intialial commit

This commit is contained in:
2025-12-03 10:05:43 -06:00
parent 03e87513f0
commit 79fe162f31
11 changed files with 265 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<!doctype html>
<html lang="en">
<head>
<title>Donovan Kelly</title>
<link rel="stylesheet" href="/assets/index.css" />
</head>
<body>
<nav>
<div>
<a href="/blog">Blog</a>
<a href="/about">About</a>
<a href="/contact">Contact</a>
</div>
</nav>
<header></header>
<h1>Donovan Kelly</h1>
<p>This is a simple web application template.</p>
<p>Feel free to customize it as you like!</p>
<footer>
<p>&copy; {{.Year}} Donovan Kelly</p>
</footer>
</body>
</html>