init
This commit is contained in:
17
home.html
Normal file
17
home.html
Normal 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>
|
||||
Reference in New Issue
Block a user