Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>My HTML Page</title>
  7. <link rel="stylesheet" type="text/css" title="Cool stylesheet" href="style.css">
  8. </head>
  9. <body>
  10. <div id="root">
  11. <div class="container">
  12. <header>
  13.  
  14.  
  15. </header>
  16. <nav>
  17. <div class="top-nav">
  18. <div class="top-nav-logo">
  19. <img src="./pictures/logo.jpg">
  20. </div>
  21. <div class="top-nav-buttons">
  22. <ul>
  23. <li>
  24. <a href="Spells.html">Spells</a>
  25. </li>
  26. <li>
  27. <a href="Monsters.html">Monsters</a>
  28. </li>
  29. </ul>
  30.  
  31. </div>
  32.  
  33. </div>
  34.  
  35. </nav>
  36. <nav>
  37.  
  38. </nav>
  39. <section>
  40.  
  41. </section>
  42. <footer>
  43.  
  44. </footer>
  45. <script src="main.js" type="text/javascript"></script>
  46. </body>
  47. </html>s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement