-
Notifications
You must be signed in to change notification settings - Fork 0
/
food.html
46 lines (42 loc) · 2.03 KB
/
food.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
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap" rel="stylesheet">
<link href="style/style3.css" rel="stylesheet">
<script src="js/js1.js"></script>
<title>Food</title>
</head>
<body>
<div class="dropdown" id="drd">
<button class="dropbtn" id="btn">Menu</button>
<ul class="dropdown-content" id="ul">
<li id="li1"><a href="index.html#introduction">Introduction</a></li>
<li id="li2"><a href="index.html#geography">Geography</a></li>
<li id="li3"><a href="index.html#monuments">Important Monuments</a></li>
<li id="li4"><a href="index.html#economy">Economy</a></li>
<li id="li5"><a href="food.html">Food</a></li>
<li id="li6"><a href="myself.html">About Myself</a></li>
</ul>
</div>
<h1>Food</h1>
<div id="buttonpls">
<input type="checkbox" class="checkbox" id="chk" onclick="myFunction()" />
<label class="label" for="chk">
<img src="misc/moon-solid.svg" class="fa-moon"/>
<img src="misc/sun-solid.svg" class="fa-sun"/>
<div class="ball"></div>
</label>
</div>
<br>
<br>
<iframe src="https://onedrive.live.com/embed?cid=BF9C670A2DB1A8CA&resid=BF9C670A2DB1A8CA%2128266&authkey=AHg5p7KB_S9BK8Y&em=2&wdAr=1.7763888888888888" width="1186px" height="692px" frameborder="0" style="display: block; margin-left: auto; margin-right: auto;"><a target="_blank" href="https://office.com">Microsoft Office</a> <a target="_blank" href="https://office.com/webapps">Office</a>.</iframe>
<br><br>
<a href="myself.html"><button id="nextbtn">Next>></button></a>
<br><br><br><br>
</body>
</html>