Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.30 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta name="some useless metatag" content="even more useless content" > x10 <!-- some useless meta tags. They're only there because I really wanted to make a webpage, and I heard that putting 101 meta tags in a single page will cause it to be super-ultra awesome -->
  4. <meta name="revisit-after" content="a year"> <!-- I quit. Webpages are too hard to create. I'll just leave this there -->
  5. <link rel="stylesheet" href="./css with nothing in it.css" type="text/css"> <!-- not sure what does this one do. Something to do with stylesheets and whatnot-->
  6. </head>
  7. <body>
  8. <some random picture with hardcoded coordinates> <!-- hardcoding stuff is fun -->
  9. <some random link, which isnt even needed because that site could very well be the front page> <!-- Making zillion pages which could be put in a single page through the wonders of Javascript is fun -->
  10. <some javascript for twitter integration, which isnt even needed because no twitter-related stuff is shown on the page> <!-- There's nothing twitter-related in this page, but I'll still put this there, because wasting bandwidth is fun -->
  11. <even more stuff with hardcoded coordinates> <!-- did I mention I like hardcoding stuff? -->
  12. </body>
  13. </html>
  14. some 000webhost/hosting24 stuff here <!-- Because they won't let me host a webpage without this being here. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement