This commit is contained in:
2024-09-13 11:01:18 -07:00
parent a42a63faac
commit 471b72c23e
7 changed files with 54 additions and 26 deletions

View File

@@ -6,7 +6,7 @@
<script>hljs.highlightAll();</script>
<title>Michael Thomson</title>
<link rel="stylesheet" href="index.css" />
<link rel="stylesheet" href="/index.css" />
</head>
<body>
<nav>
@@ -16,6 +16,10 @@
<a href="/contact">Contact</a>
</nav>
<h1 class="title">Michael Thomson</h1>
<p>Welcome to my site! not much here yet.</p>
<h2 id="recent-blog-posts">Recent blog posts</h2>
<ul>
<li><a href="/blog/first-post">First Blog Post</a></li>
</ul>
</body>
</html>