-
Notifications
You must be signed in to change notification settings - Fork 2
/
Emergency.html
52 lines (30 loc) · 1.05 KB
/
Emergency.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
47
48
49
50
51
52
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Get User Location</title>
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap"
rel="stylesheet"
/>
<!-- Stylesheet -->
<link rel="stylesheet" href="Emergency.css" />
</head>
<body>
<div class="container">
<img src="https://i.postimg.cc/8PPRxPwc/location.png" />
<div id="location-details">Click on the 'Get Location' Button</div>
<button id="get-location">Get Location</button><br><br>
<p>
<button onclick="Myfunction()" class="Problam">Select Specific Problam</button>
<div onclick="Myfunction()">
<!----problam ka solution yeh hai jaise home about wagera ka hai waise hi iska bhi bana do--->
<a href="">fire</a>
<a href="">fire</a>
<a href="">fire</a>
<a href="">fire</a>
</div>
</p>
</div>
<!-- Script -->
<script src="Emergency.js"></script>