Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 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. <link rel="stylesheet" type="text/css" href="../style.css">
  7. <title>Clem_Network</title>
  8. </head>
  9. <body>
  10. <nav role="navigation">
  11. <ul>
  12. <li><a href="#home">Home</a></li>
  13. <li><a href="#">Account</a></li>
  14. <li><a href="#">Login/Sign Up</a></li>
  15. <li><a href="#">Post</a></li>
  16. </ul>
  17. </nav>
  18.  
  19. <content>
  20. <a name ="home"></a>
  21. <div class="container">
  22. <div class = "intro">
  23. <h1>HELLO!</h1>
  24. <p>Welcome to The Clem_Network.</p>
  25. </div>
  26. <div class = "about-us">
  27. <div class = "container">
  28. <div class = "about_us">
  29. <h1>ABOUT THE WEBSITE</h1>
  30. <p>This website was based off of the original Clem character from a game called Warframe. This is a full fledged single page social media website where one can post about their day and more. Hope you like it!</p>
  31. </div>
  32. </div>
  33. </div>
  34. </content>
  35. </body>
  36. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement