-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
92 lines (50 loc) · 2.63 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<html lang="en">
<head>
<title>Your Visitor Information</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
</head>
<body>
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">Your Visitor Information</a>
</div>
<a href = "https://swivro.com/license/"><button style = color:white; class="btn btn-danger navbar-btn">License Info</button></a>
</div>
</nav>
</body>
</html>
<html>
<head>
<title>Your Visitor Information</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script language="javascript" src="action.js"></script>
<script type="application/javascript" src="https://api.ipify.org?format=jsonp&callback=main"></script>
</head>
<body>
<div align = "center" class="container">
<img src = "https://swivro.net/discover/wp-content/uploads/2020/08/cropped-cropped-cropped-cropped-swivrosingleS-3-1.png">
<div class="jumbotron">
<br />
<h1>My IP Address</h1>
<br />
<h1><font size="6">Your IP is:</font> <script type="text/javascript">document.write(ip);</script></h1>
<div class="fb-like" data-href="http://DuhMyIP.com" data-layout="standard" data-action="like" data-show-faces="false" data-share="true"></div>
</div>
<div align = "center">
<h4> Are you a developer and want the source code to this application? Get it for free below.</h4>
<p>Download the source code via a comprssed ZIP file by clicking r r r r i i i i i i i i i i i i i i i g g g h h h t <a href="https://swivro.net/userinfo/userinfo.zip">here</a></p>
</div>
</div>
</div>
</body>
</html>