-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmap.html
More file actions
41 lines (36 loc) · 1.87 KB
/
map.html
File metadata and controls
41 lines (36 loc) · 1.87 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>map</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="mappppping.css">
</head>
<body style="background-color: black;">
<h1 class="amigo">Geolocation</h1>
<div class="svg">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="120" height="120">
<path d="M12 17.29l-4.95-4.95a1 1 0 0 1 1.41-1.41L12 14.47l3.54-3.54a1 1 0 0 1 1.41 1.41z" fill=" rgb(192, 24, 80)"/>
</svg>
</div>
<div style="height: 70px; margin-top: 2rem;" id="geolocation-button">
<a class="rounded-full bg-white p-4 mx-auto " href="./geolocation.html">let's find us <i
class="fas fa-search"></i></a>
</div>
<div class="container text-heading">
<div class="row">
<div class="col-6 start">
Lets Explore
</div>
<div class="col-6 end">
Bengaluru
</div>
</div>
</div>
</body>