24 lines
443 B
HTML
24 lines
443 B
HTML
|
|
<!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> |