Advertisement
Guest User

HTML Nexus webpage thing

a guest
Nov 23rd, 2014
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>NeXus</title>
  5. <link rel="stylesheet" type="text/css" href="./style.css">
  6. </head>
  7. <body>
  8. <center>
  9. <div id="top_of_page">
  10. <img src="./logo%20black.png">
  11. </div>
  12. <div id="nav">
  13. <div id="nav_wrapper">
  14. <a href="#" id="menu">Home</a>
  15. <a href="#" id="menu">Bio</a>
  16. <a href="#" id="menu">Releases</a>
  17. <a href="#" id="menu">Social</a>
  18. <a href="#" id="menu">Merch</a>
  19. <a href="#" id="menu">Contact</a>
  20. </div>
  21. </div>
  22. <div id="article">
  23. <p>Have some words go here. <br /> Have some more words go here. <br /> Maybe a picture could go here <br /> Yeah, pictures! Pictures are cool, right? c: <br /> Wait, should this <em>really</em> be anchored to the left?</p>
  24. </div>
  25. <div id="article_two">
  26. <p>Uh... that's not quite right.</p>
  27. </div>
  28. <div id="article_three">
  29. <p>Ahhh... that's better. <br /> Now all I need to do is figure out how to close the gap between divs! c:<br /> (Maybe <a href="http://wingsoffirefanon.wikia.com/wiki/User:Heliosanctus" id="helio">Heliosanctus</a> knows. I'll ask him.)</p>
  30. </div>
  31. <div>
  32. <a href="/wiki/Fae" class="image image-thumbnail link-internal" title="Fae"> <img src="http://img4.wikia.nocookie.net/__cb20141121124711/wingsoffirefanon/images/thumb/2/26/FaeButton.png/75px-FaeButton.png" alt="FaeButton" class="" data-image-key="FaeButton.png" data-image-name="FaeButton.png" width="75" height="75"> </a>
  33. </div>
  34. </center>
  35. </div>
  36. </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement