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 class="current">Page 1</button></a>
- <a href="page2.html"><button>Page 2</button></a>
- <a href="page3.html"><button>Page 3</button></a>
- </nav>
- <article id="main">
- <p contenteditable=true><br><br>
- When she opened the box, it was quite unbelieveable what she had discovered inside. It was a small, golden powerful-looking bracelet that looked like it had a curse put on it of some sort because of the glowing green patches all over it. Looking magical enough to sell, she took the braclet, only to find out that it was not a bracelet, it was a...
- </p>
- </article>
- </body>
- </html>
Advertisement