-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (18 loc) · 945 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<title>Get Location By IP Address</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="theTradeCoder, Mamun Abdullah, tradecoder">
<meta name="description" content = "ip locator, get location by ip, what is my ip address, show my ip address">
<meta name="keywords" content="ip locator, get location by ip, what is my ip address, show my ip address">
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.1/js/bootstrap.min.js"></script>
<script src="./script.js"></script>
</head>
<body>
<div id="locationByIp"></div>
</body>
</html>