26 lines
794 B
HTML
26 lines
794 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/hybrid.min.css">
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
|
|
|
|
<script>hljs.highlightAll();</script>
|
|
<title>Michael Thomson</title>
|
|
<link rel="stylesheet" href="/index.css" />
|
|
</head>
|
|
<body>
|
|
<nav>
|
|
<a href="/">Home</a>
|
|
<a href="/about">About</a>
|
|
<a href="/blog">Blog</a>
|
|
<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>
|