-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1.05 KB
/
index.html
File metadata and controls
30 lines (30 loc) · 1.05 KB
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
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="UTF-8">
<meta name="description" content="by LEELSEY, simply check your Public IP address">
<meta name="author" content="Leslie Elsey">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>IPbyNet</title>
<link rel="shortcut icon" href="https://leelsey.github.io/IPbyNet/images/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="https://leelsey.github.io/IPbyNet/main.css" type="text/css" />
</head>
<body>
<div class="header">
<a href="https://ipby.net">
<h1 class="title">IPbyNet</h1>
</a>
</div>
<h2>Public IP Address</h2>
<button onclick="copyIP()" id="pubIP">- LOADING -</button>
<div class="footer">
<a href="https://github.com/leelsey/IPby">
<h4>GitHub</h4>
</a>
<a href="https://github.com/leelsey">
<h3>LEELSEY</h3>
</a>
</div>
</body>
</html>
<script type="application/javascript" src="https://leelsey.github.io/IPbyNet/main.js"></script>