-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinfo.html
More file actions
225 lines (179 loc) · 4.87 KB
/
Copy pathinfo.html
File metadata and controls
225 lines (179 loc) · 4.87 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
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Info - PGIS 3</title>
<meta name="robots" content="noindex, nofollow">
<style>
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
html, body{
margin:0;
width:100%;
height:100%;
background: transparent;
color: white;
font-family:Inter,sans-serif;
overflow:auto;
}
* {
box-sizing: border-box;
}
.container{
position:relative;
z-index:1;
height:100%;
display:flex;
justify-content:center;
align-items:center;
padding:20px;
}
#main {
width: min(800px, 92vw);
max-height: 90vh;
overflow: auto;
background: rgba(255,255,255,0.06);
border: 1px solid #444;
border-radius: 8px;
backdrop-filter: blur(8px);
padding: clamp(16px, 4vw, 30px);
text-align: center;
}
h1{
text-align:center;
font-family:'Sora',sans-serif;
background:
linear-gradient(
115deg,
#4a4a4a 0%,
#ffffff 10%,
#7a7a7a 18%,
#f5f5f5 25%,
#8c8c8c 32%,
#ffffff 40%,
#5e5e5e 50%,
#ffffff 60%,
#9a9a9a 68%,
#f0f0f0 76%,
#6e6e6e 85%,
#ffffff 100%
);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
background-size:300% auto;
animation:chrome 20s ease-in-out infinite alternate;
}
@keyframes chrome{
from{background-position:0% 50%;}
to{background-position:100% 50%;}
}
.center {
text-align: center;
}
.left {
text-align: left !important;
}
a {
color: whitesmoke;
}
img {
margin: 15px;
}
div[align="center"] {
text-align: left !important;
}
div[style*="text-align:center"] {
text-align: left !important;
}
.hide {
color: transparent;
}
</style>
</head>
<body>
<div class="container">
<div id="main">
<h1>PGIS 3 Beta</h1>
<h2>V.3.4.A.⁰</h2>
<hr>
<h3>Version Info</h3>
<p class="left">
VERSION: 3 <br>
GAMES: 4 <br>
UPDATE: Beta <br>
SUB-UPDATE: 0
</p>
<hr>
<h3>Site Info</h3>
<p class="left">
Current Domain: <span id="domain"></span> <br>
Username: <span id="username">login in chat</span> <br>
Local storage:
<details id="toggle" class="left">
<summary id="label">show</summary>
<pre class="left">
<code id="localStorage">
</code>
</pre>
</details> <br><br>
<br>
<div style="display:flex; justify-content:flex-start;">
<script type="text/javascript" src="https://www.stat-counter.org/count/jxat"></script><br>
<a class="hide" href='http://xn--besucherzhlerkostenlos-84b.com/'>Counter ohne Registrierung</a> <script type='text/javascript' src='https://whomania.com/ctr?id=2c4c639a9574eb1da0b15a3d52c08c2da0674ad6'></script>
</div>
</p>
<script>
const details = document.getElementById("toggle");
const label = document.getElementById("label");
function updateLabel() {
label.textContent = details.open ? "hide" : "show";
}
details.addEventListener("toggle", updateLabel);
updateLabel();
</script>
<hr>
<h3>Links</h3>
<p class="left">
<a href="https://pgis3-byod.vercel.app/" target="_blank">BYOD (bring your own device)</a> <br>
<a href="https://github.com/0800WebDev/pgis3" target="_blank">Github repo</a> <br>
<a href="https://pgis.x10.mx/" target="_blank">PGIS 2</a> <br>
<a href="http://pgis.x10.mx/old.html" target="_blank">PGIS 1 (preview, no longer in use)</a> <br>
<a href="https://pgis3.vercel.app" target="_blank">PGIS 3 official link</a>
<hr>
<h3>Official mirrors</h3>
<p class="left">
<a href="https://test-v3.appwrite.network/" target="_blank">https://test-v3.appwrite.network/</a> <br>
<a href="https://math.port0.org/" target="_blank">https://math.port0.org/</a> <br>
<a href="https://homework555.netlify.app/" target="_blank">https://homework555.netlify.app/</a> <br>
<a href="http://math.monedita.cl/" target="_blank">http://math.monedita.cl/</a>
</p>
<hr>
<img src="/assets/pgis.png" width="100px" height="100px"> <img src="/assets/logo-2.png" width="100px" height="100px"> <hr>
<br>
<p>This is a beta build. Features may change and bugs are expected.</p>
</div>
</div>
<script>
const currentDomain = window.location.hostname;
document.getElementById('domain').textContent = currentDomain;
const displayElement = document.getElementById('localStorage');
if (displayElement) {
const allData = {};
for (let i = 0; i < localStorage.length; i++) {
const key = localStorage.key(i);
allData[key] = localStorage.getItem(key);
}
displayElement.textContent = JSON.stringify(allData, null, 2);
}
</script>
<script>
function loadUsername() {
const username = localStorage.getItem('username');
const el = document.getElementById('username');
if (el && username) {
el.textContent = username;
}
}
document.addEventListener('DOMContentLoaded', loadUsername);
</script>
</body>
</html>