-<h1>Skullheadx</h1>
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <title>Skullheadx</title>
+ <link rel="canonical" href="https://skullheadx.com">
+ <link rel="stylesheet" type="text/css" href="/style.css">
+ <link rel="icon" href="/favicon.ico">
+ <meta name="description" content="Skullheadx's webpage with thoughts on philosophy and tech.">
+ <meta charset="utf-8">
+ </head>
+ <body>
+ <main>
+ <a href="/">
+ <header>
+ <h1>Skullheadx</h1>
+ </header>
+ </a>
+ <article>
+ <p>hi</p>
+ </article>
+ </main>
+ <footer>
+ <a href="https://skullheadx.com">https://skullheadx.com</a>
+ </footer>
+ </body>
+</html>