-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (22 loc) · 877 Bytes
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Calorie Monitoring System</title>
<link rel='stylesheet' href='style.css'>
</head>
<body>
<div class='navbar'>
<div class='nav'>
<ul>
<li class='logo'>Predator</li>
<li><a href='login.html'>Login</a></li>
<li><a href='calorie_measurer.html'>Calorie Measurer</a></li>
<li><a href='assistant.html'>Diet and Exercise Assistant</a></li>
</ul>
</div>
</div>
<div><img src=images/img1.jpg width=100% height=800px></div>
<div><img src=images/img2.jpg width=100% height=800px></div>
</body>
</html>