Files
archived-What-Is-My-IP-Address/index.html
Esmail EL BoB 260fb8639b Everything Fine!
Remember Last night ? when was just messy code ? now i made a look for website  & added more tools 👍
2019-07-23 23:16:24 +02:00

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: </h2>
<h2 id="ip"></h2>
</div>
<p>ــــــــــــــــــــــ</p>
<div id="LOCATION">
<button id="find-me">Check My 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>