Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <meta name="author" content="Jacob Howard">
- <meta name="description" content="a website!">
- <meta name="keywords" content="html">
- <link rel="stylesheet" type="text/css" href="style.css">
- <link rel="shortcut icon" type="image/png" href="favicon.png">
- <title>Cliffhangers</title>
- </head>
- <body>
- <header align="center"><h1>CliffHangers</h1></header>
- <nav align="center">
- <a href="page1.html"><button>Page 1</button></a>
- <a href="page2.html"><button class="current">Page 2</button></a>
- <a href="page3.html"><button>Page 3</button></a>
- </nav>
- <article id="main">
- <p contenteditable=true><br><br>
- 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...
- </p>
- </article>
- </body>
- </html>
Advertisement