HTML

page2.html

Mar 11th, 2017
160
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.08 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="author" content="Jacob Howard">
  6. <meta name="description" content="a website!">
  7. <meta name="keywords" content="html">
  8. <link rel="stylesheet" type="text/css" href="style.css">
  9. <link rel="shortcut icon" type="image/png" href="favicon.png">
  10. <title>Cliffhangers</title>
  11. </head>
  12.  
  13. <body>
  14. <header align="center"><h1>CliffHangers</h1></header>
  15. <nav align="center">
  16. <a href="page1.html"><button>Page 1</button></a>
  17. <a href="page2.html"><button class="current">Page 2</button></a>
  18. <a href="page3.html"><button>Page 3</button></a>
  19. </nav>
  20. <article id="main">
  21. <p contenteditable=true><br><br>
  22. &nbsp;&nbsp;&nbsp;A... Croissant? That had definitely explained the fact that there were green patches all over it. It was molding. She wasn't really sure how long the croissant had been there, but it was there long enough to look like an ancient artifact that was actually meant for something at one point, but then, it started glowing. Pulsing with light. This was not a croissant either! It was...
  23. </p>
  24. </article>
  25. </body>
  26.  
  27. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment