mirror of
https://github.com/SrIzan10/What-Is-My-IP-Address.git
synced 2026-05-01 11:06:57 +00:00
72 lines
2.1 KiB
HTML
72 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>What Is My IP Address ?</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<!-- <link rel="stylesheet" type="text/css" href="style.css"> -->
|
|
</head>
|
|
<header>
|
|
</header>
|
|
|
|
<body>
|
|
<div id="IP">
|
|
<h2>Your Public IP Is: </h2>
|
|
<h2 id="ip"></h2>
|
|
</div>
|
|
<p>ــــــــــــــــــــــ</p>
|
|
<div id="LOCATION">
|
|
<button id="find-me">Check Your Location</button><br />
|
|
<p id="status"></p>
|
|
<a id="map-link" target="_blank"></a>
|
|
</div>
|
|
<p>ــــــــــــــــــــــ</p>
|
|
<div id="LANGUAGE">
|
|
<h2>Your Browser's Language Is: </h2>
|
|
<h2 id="language"></h2>
|
|
</div>
|
|
<p>ــــــــــــــــــــــ</p>
|
|
<div id="SCREEN">
|
|
<h2>Your Screen Size Is: </h2>
|
|
<h2 id="screen"></h2>
|
|
</div>
|
|
<p>ــــــــــــــــــــــ</p>
|
|
<div id="MOBILE">
|
|
<h2>Are You Mobile User: </h2>
|
|
<h2 id="mobile"></h2>
|
|
</div>
|
|
<p>ــــــــــــــــــــــ</p>
|
|
<div id="COOKIES">
|
|
<h2>Cookies Enabled: </h2>
|
|
<h2 id="cookies"></h2>
|
|
</div>
|
|
<p>ــــــــــــــــــــــ</p>
|
|
<div id="BROWSER">
|
|
<h2>Your Browser Is: </h2>
|
|
<h2 id="browser"></h2>
|
|
</div>
|
|
<p>ــــــــــــــــــــــ</p>
|
|
<div id="OS">
|
|
<h2>Your OS Is: </h2>
|
|
<h2 id="os"></h2>
|
|
</div>
|
|
<p>ــــــــــــــــــــــ</p>
|
|
<div id="USERAGENT">
|
|
<h2>Your User-Agent Is: </h2>
|
|
<h2 id="useragent"></h2>
|
|
</div>
|
|
<script src="main.js"></script>
|
|
</body>
|
|
|
|
<footer>
|
|
<p>ــــــــــــــــــــــ</p>
|
|
<p>ــــــــــــــــــــــ</p>
|
|
<h2><a href="https://github.com/EsmailELBoBDev2/Whatismyip">It's Open Source Website</a> & It's Made By <a
|
|
href="https://esmailelbob.hashbase.io">Esmail EL BoB</a> & <a
|
|
href="https://github.com/EsmailELBoBDev2/Whatismyip/issues"> Feel Free To Request/Add/Suggest New Ideas</a></h2>
|
|
<h2><a href="https://github.com/EsmailELBoBDev2/Whatismyip/blob/master/LICENSE">Licensed Under GNU General Public
|
|
License v3.0</a></h2>
|
|
</footer>
|
|
|
|
</html> |