forked from olugbeminiyi2000/QwikAid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
location.html
33 lines (29 loc) · 1.01 KB
/
location.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./styles/location.css">
<link rel="shortcut icon" href="./images/icon.png" type="image/x-icon">
<title>QwikAid: Your Help on Demand</title>
</head>
<body>
<div class="inner">
<div>
<h1>Welcome to <span class="main-text">QwikAid</span></h1>
</div>
<div class="ambl">
<a href="#/"><img src="https://i.ibb.co/Y0k7RmQ/Group-1.png" alt="Group-1"></a>
</div>
<div id="below-text">
<p>Click OK! to share your location</p>
</div>
<div>
<button id="share-location" class="former-btn" type="submit">OK!</button>
</div>
<div>
<a href="./translate.html"><button id="next-location" class="not-allow" type="submit">Click NEXT>></button></a>
</div>
</body>
<script src="./scripts/location.js"></script>
</html>