-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (36 loc) · 1.19 KB
/
Copy pathindex.html
File metadata and controls
36 lines (36 loc) · 1.19 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
<!DOCTYPE html>
<html>
<head>
<title>AwareHub</title>
<link rel="stylesheet" href="home.css">
</head>
<body>
<div class="superier">
<div class="heading">
<button id="log">LOG IN</button>
<input class="searchbar" type="text" placeholder="🔍 Search">
<button id="download">DOWNLOAD APP</button>
</div>
<div class="main">
<div class="firln">
<button id="india"></button>
<button id="space"></button>
<button id="crimes"></button>
</div>
<div class="secln">
<button id="suicides"></button>
<button id="sports"></button>
<button id="rapes"></button>
</div>
<div class="trdln">
<button id="anime"></button>
<button id="world"></button>
</div>
<div class="frtln">
<button id="govt"></button>
<button ID="ent"></button>
</div>
</div>
</div>
</body>
</html>