-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (38 loc) · 1.55 KB
/
Copy pathindex.html
File metadata and controls
41 lines (38 loc) · 1.55 KB
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
<html>
<head>
<title>APP NOTES</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Sigmar+One&display=swap" rel="stylesheet">
<link rel = "stylesheet" href = "APPstyle.css">
</head>
<body>
<div class = "col-sm-3">
</div>
<div class = "col-sm-6">
<center>
<img id="eyes" src="EYES.png">
<p id="white">b</p>
<img id="Mouth" src="Mouth.png">
<p id="white">b </p>
<p id="white">d </p>
<table>
<tr>
<td><img id="title" src = "Dairy.jpg" onclick = "window.location.href = 'Dairy.html'"></td>
<td><img id="title" src = "Grains.jpg" onclick = "window.location.href = 'Grains.html'"></td>
<td><img id="title" src = "Protein.jpg" onclick = "window.location.href = 'Protein.html'"></td>
</tr>
</table>
<table>
<tr>
<td><img id="title" src = "Vegetables.jpg" onclick = "window.location.href = 'Vegetables.html'"></td>
<td><img id="title" src = "Fruits.jpg" onclick = "window.location.href = 'Fruits.html'"></td>
</tr>
</table>
<!-- <input id = "button" type = "button" value = "Click" onclick = "window.location.href = 'infoPage.html'"> -->
<footer><h6>Disclaimer: This page does not provide an accurate count of calories</h6></footer>
</center>
</div>
<div class = "col-sm-3">
</div>
</body>
</html>