cv/_site/index.html
2023-11-26 22:17:17 +00:00

25 lines
397 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>
</nav>
<h1>Aaron Langham</h1>
</body>
</html>