Checkpoint

This commit is contained in:
Madison Scott-Clary
2021-09-01 21:36:16 -07:00
parent 117330b2cd
commit 5d25ae8f94
59 changed files with 2840 additions and 15 deletions

View File

@ -1,9 +1,4 @@
<header>
<h1>{{ .Site.Title }}</h1>
<nav>
<ul>
<li><a href="/">Home</a></li>
</ul>
</nav>
</header>
<head>
<title>{{ .Title }}</title>
<link rel="stylesheet" type="text/css" href="/css/main.css" />
</head>