solarpunk.html (662B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Mercury</title> 6 7 <link rel="stylesheet" href="/assets/styles/style.css"> 8 </head> 9 <body> 10 <nav><p>This is a test.</p></nav> 11 <aside><p>Eat my 123456789</p></aside> 12 <main> 13 <h1>Solarpunks.</h1> 14 <quote> 15 <p class="text">Solarpunks cherish both nature and progress, the individual and the community.</p> 16 <p class="attrib">Sunbeam City, <a href="http://solarpunk.sunbeam.city/" class="external">Source</a></p> 17 </quote> 18 <br> 19 <code>Code</code> and <kbd>keyboard</kbd> element. 20 </main> 21 22 <div id="volkrom"></div> 23 24 <footer>© Arne Swanson. 2018 - 2070</footer> 25 </body> 26 </html>