Test
Html
code posted
by
anonim
created at 11 Nov 20:48
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
<!DOCTYPE HTML> <html lang="en"> <head> <meta charset="utf-8"> <title>How to style code on your website</title> <link rel="stylesheet" href="reset.css" /> <link rel="stylesheet" href="style.css" /> <link rel="stylesheet" href="github.css" /> <script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script> </head> <body> <div class="wrapper"> <pre class="prettyprint"> <code><html> <head> <meta charset="utf-8"> <title></title> </head> <body> <div class="wrapper"> </div> </body> </html></code> </pre> </div> </body> </html> |
778 Bytes in 3 ms with coderay