Advertisement
Guest User

HTML5 Demo webpage

a guest
Feb 23rd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5. <title>Under Construction</title>
  6. <meta charset="utf-8" />
  7. <link rel = "stylesheet" href = "style.css" type = "text/css" />
  8. <meta name = "viewport" content = "width=device-width, initial-scale = 1.0">
  9. </head>
  10. <body class="body">
  11. <header class = "mainHeader">
  12. <img width=60% src = "SMART-Piggybacking-Memes-Hero-Banner-3.jpg">
  13. <nav><ul>
  14. <li class = "active"><a href = "homepage.html">most view page</a></li>
  15. <li><a href = "Scene.php">things for people to see</a></li>
  16. <li><a href = "Contact.html">tell us stuff</a></li>
  17. <li><a href = "Login.php">loggerin</a></li>
  18. <li><a href = "Logout.php">bye?</a></li>
  19. <li><a href = "ValidateAdmin.php">Autherised Personel only stuff</a></li>
  20. </ul></nav>
  21. </header>
  22. <div class="mainContent">
  23. <div class = "content">
  24. <article class = "topcontent">
  25. <header>
  26. <h2><a href = "#" rel="bookmark" title="About us"> stuff </a></h2>
  27. </header>
  28. <footer>
  29. <p class = "post-info">[Insert text here]</p>
  30. </footer>
  31. <content>
  32. <p></p>
  33. </content>
  34. </div>
  35. <footer class ="mainFooter">
  36. <p>Copyright &copy; 2016</p>
  37. </footer>
  38. </body>
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement