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, noting the sunrises of 5/5/16, 5/6/16, and 5/7/16.">
- <meta name="keywords" content="html, sunrise, time, documentation">
- <link rel="stylesheet" type="text/css" href="style.css">
- <link rel="shortcut icon" type="image/png" href="favicon.png">
- <title>Sunrise on 5/6/16</title>
- </head>
- <body>
- <h1>On 5/6/16, the sun will rise at...</h1>
- <nav>
- <a href="day1.html" id="button1">5/5/16</a>
- <a href="day2.html" id="button2">5/6/16</a>
- <a href="day3.html" id="button3">5/7/16</a>
- </nav>
- <article>
- <h2>TIME</h2>
- </article>
- </body>
- </html>
Advertisement