-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (28 loc) · 995 Bytes
/
Copy pathindex.html
File metadata and controls
34 lines (28 loc) · 995 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
<!DOCTYPE html>
<html>
<head>
<title> Home </title>
<link rel="stylesheet" href="mainstyle.css"/>
</head>
<body>
<div class="menu">
<div class="menu-item"> <a href="index.html" class="button">HOME</a> </div>
<div class="menu-item">
CATEGORIES
<div class="dropdown">
<div class="dropdown-item"><a href="food.html" class="button">FOOD</a></div>
<div class="dropdown-item"><a href="tourism.html" class="button">TOURISM</a></div>
<div class="dropdown-item"><a href="moviesnmusic.html" class="button">MOVIES AND MUSIC</a></div>
</div>
</div>
<div class="menu-item"><a href="aboutus.html" class="button">About Us</a></div>
</div>
<div class="intro-para">
<p1> <br/>Welcome to Make A ✨New Friend ✨! We hope you enjoyed using our telegram bot!
</p1>
</div>
<div class="logo-image">
<span></span>
</div>
</body>
</html>