lets-go:2.7 initial home template

This commit is contained in:
tamsin johnson 2024-01-22 21:05:35 -08:00
parent 79c2b58f6a
commit 728dd501c7

View File

@ -0,0 +1,17 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Home - Snippetbox</title>
</head>
<body>
<header>
<h1><a href="/">Snippetbox</a></h1>
</header>
<main>
<h2>Latest Snippets</h2>
<p>leave me alone!</p>
</main>
<footer>Powered by <a href="https://golang.org">Go</a></footer>
</body>
</html>