lets-go:2.7 initial home template
This commit is contained in:
parent
79c2b58f6a
commit
728dd501c7
17
snippetbox/ui/html/pages/home.tmpl
Normal file
17
snippetbox/ui/html/pages/home.tmpl
Normal 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>
|
Loading…
Reference in New Issue
Block a user