49 lines
1.0 KiB
HTML
49 lines
1.0 KiB
HTML
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Go SSG - About</title>
|
|
<link rel="stylesheet" href="/assets/style.css">
|
|
<link rel="icon" href="/assets/favicon.ico" type="image/x-icon">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header id="site_head">
|
|
<h1><a href="/">Go SSG</a></h1>
|
|
|
|
<nav>
|
|
<ul class="list-none">
|
|
|
|
<li class="list-none"><a class="text-white hover:text-primary-200" href="/">Home</a></li>
|
|
|
|
<li class="list-none"><a class="text-white hover:text-primary-200" href="/blog/">Blog</a></li>
|
|
|
|
<li class="list-none"><a class="text-white hover:text-primary-200" href="/about/">About</a></li>
|
|
|
|
<li class="list-none"><a class="text-white hover:text-primary-200" href="/contact/">Contact</a></li>
|
|
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
|
|
|
|
<main>
|
|
<article>
|
|
<h1>Go SSG - About</h1>
|
|
<p>Experimenting with Go. Seems pretty cool so far!</p>
|
|
|
|
</article>
|
|
</main>
|
|
|
|
|
|
<footer id="site_foot">
|
|
<p class="p-0 py-4 m-0 leading-none">© 2025 Keith Solomon - Go SSG</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|
|
|