This commit is contained in:
Jon Janzen
2022-02-18 19:32:29 -07:00
commit d80b3a2b46
3 changed files with 71 additions and 0 deletions

17
home.html Normal file
View File

@@ -0,0 +1,17 @@
<html>
<head>
<link rel="stylesheet" href="site.css">
<title>Hello</title>
</head>
<body>
<h1>Hello</h1>
<div class="content">
<p>What up!</p>
</div>
<div class="nav">
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="burgers_of_the_day.html">Burgers of the Day</a></li>
</ul>
</div>
</body>