-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (29 loc) · 731 Bytes
/
index.html
File metadata and controls
41 lines (29 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="Stylesheet" href="/CSS/style.css">
</head>
<body>
<div class="page1">
<div class="navbar">
<img src="/images/BCZK8910.JPG">
<ul class="list">
<li>Our Plans</li>
<li>Weekly Menu</li>
<li>How it works</li>
<button>Sign In</button>
</ul>
</div>
<div class="container">
<h1>Say hello to a new way of cooking</h1>
<p>Delicious recipes. Delivered by us, made by <br></br>you. Ready to unbox mealtime?</p>
<button>Get Started</button>
</div>
</div>
</div>
<div class="page2"></div>
</body>
</html>