n3paste.de

::

a haskell happstack pastebin

  • New paste
  • View pastes

  • Login

  • About
  • Most recent pastes (filtered)

    Filter pastes (help):

    14:25 - Tue 2012.02.28

    HTML

    Paste: /77qD/Show related

    Reply to /Meb/

       <ul>
         <li>Foo
         <li>Bar
         <li>Moep
       </ul>
    

    14:23 - Tue 2012.02.28

    HTML

    Paste: /Meb/Show related

    Reply to /LnL/

    <!DOCTYPE html>
        <title>Foo!</title>
      </head>
        HTML5 test for <a
        href="http://www.w3.org/TR/2011/WD-html5-20110525/syntax.html#optional-tags">optional
        tags</a>.
      </body>
    </html>
    

    14:22 - Tue 2012.02.28

    HTML

    Paste: /LnL/Show related

    No description.

    <!DOCTYPE html>
    <html>
      <head>
        <title>Foo!</title>
      <body>
        HTML5 test for <a
        href="http://www.w3.org/TR/2011/WD-html5-20110525/syntax.html#optional-tags">optional
        tags</a>.
    

    14:08 - Tue 2012.02.28

    HTML

    Paste: /Pp/Show related

    Reply to /H4tD/

    <!DOCTYPE html>
    
    <style>
      body {
        background-color: black;
        text-align: center;
      }
      video {
        margin-top: 5%;
        width: 90%;
      }
    </style>
    
    <title>Yelle - Comme Un Enfant (Freaks Remix)</title>
    
    <video controls="controls" src="yelle.webm"></video>
    

    13:53 - Tue 2012.02.28

    HTML

    Paste: /H4tD/Show related

    No description.

    <!DOCTYPE html>
    
    <style>
      body {
        background-color: black;
        text-align: center;
      }
      video {
        margin-top: 10%;
        width: 80%;
      }
    </style>
    
    <video controls="controls" src="yelle.webm"></video>
    

    18:26 - Mon 2012.02.27

    HTML

    Paste: /0LY/Show related

    Reply to /DCwL/

    <!DOCTYPE html>
    <html>
     <head>
      <meta charset="utf-8" />
      <title>Test</title>
     </head>
     <body>
      <h1>HTML5 test</h1>
      <p>Das ist wirklich in Ordnung so.</p>
     </body>
    </html>
    

    14:40 - Mon 2012.02.20

    HTML

    Paste: /DCwL/Show related

    No description.

    <!DOCTYPE html>
    <meta charset="utf-8" />
    
    <title>Test</title>
    
    <h1>HTML5 test</h1>
    
    <p>Ist das wirklich in Ordnung so?</p>