Add _site/homelab.html

This commit is contained in:
aaron 2024-02-15 13:41:32 +00:00
parent 4ae8f30564
commit 849da48991

24
_site/homelab.html Normal file
View File

@ -0,0 +1,24 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Home</title>
<link rel="stylesheet" href="/assets/css/styles.css">
</head>
<body>
<nav>
<a href="/" class="current">Home</a>
<a href="/about.html" >About</a>
<a href="/education.html" >Education</a>
<a href="/work.html" >Work</a>
<a href="/volunteer.html" >Volunteering</a>
<a href="/homelab.html" >Homelab</a>
</nav>