Initial commit
This commit is contained in:
35
public/about.html
Normal file
35
public/about.html
Normal file
@@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>About</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<nav>
|
||||
<ul>
|
||||
|
||||
<li><a href="/about.html">About</a></li>
|
||||
|
||||
<li><a href="/index.html">Index</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<h1>About
|
||||
</h1>
|
||||
|
||||
<p>
|
||||
Experimenting with Go. Seems pretty cool so far!
|
||||
</p>
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p>© Keith Solomon</p>
|
||||
</footer>
|
||||
</body>
|
||||
Reference in New Issue
Block a user