-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (52 loc) · 2 KB
/
index.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
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" sizes="32x32" href="./map(1).svg">
<link rel="stylesheet" href="/styles.css">
<script src="./index.js" defer></script>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css" />
<script src="https://unpkg.com/leaflet@1.7.1/dist/leaflet.js"></script>
<style>
</style>
<title>IPTrack3r</title>
</head>
<body>
<img src="" alt="">
<header>
<h1>IP Address IPTrack3</h1>
<form>
<input type="text" placeholder="Enter Your IP Address">
<button type="submit">
<svg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 24 24" fill="currentColor" class="icon icon-tabler icons-tabler-filled icon-tabler-caret-right">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M9 6c0 -.852 .986 -1.297 1.623 -.783l.084 .076l6 6a1 1 0 0 1 .083 1.32l-.083 .094l-6 6l-.094 .083l-.077 .054l-.096 .054l-.036 .017l-.067 .027l-.108 .032l-.053 .01l-.06 .01l-.057 .004l-.059 .002l-.059 -.002l-.058 -.005l-.06 -.009l-.052 -.01l-.108 -.032l-.067 -.027l-.132 -.07l-.09 -.065l-.081 -.073l-.083 -.094l-.054 -.077l-.054 -.096l-.017 -.036l-.027 -.067l-.032 -.108l-.01 -.053l-.01 -.06l-.004 -.057l-.002 -12.059z" />
</svg>
</button>
</form >
</header>
<section class="container">
<section class="container__info">
<div>
<p>IP Address</p>
<h3 id="ip">------</h3>
</div>
<div>
<p>Location</p>
<h3 id="location">------</h3>
</div>
<div>
<p>Timezone</p>
<h3 id="timezone">------</h3>
</div>
<div>
<p>ISP</p>
<h3 id="isp">------</h3>
</div>
</section>
<div id ="mapid" ></div>
</section>
<!-- Search for any IP address or domain -->
<!-- UTC add offset value dynamically using the API -->
</body>
</html>