forked from heisenbergmeth69/Ghost-Proxy
-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy patha.html
84 lines (74 loc) · 3.52 KB
/
a.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
<DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Ghost" />
<meta name="theme-color" content="#e9a40e" />
<meta name="description" content="A Pretty spooky site >:D" />
<title>Ghost || Apps</title>
<link rel="icon" id="favicon" href="/assets/img/Ghost.png" type="image/x-icon">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,500,1,0">
<link rel="stylesheet" href="/assets/styles.css" />
<script src="/assets/js/astro.js"></script>
<script src="/uv/atom.js" defer></script>
<script src="/uv/liftoff.js" defer></script>
<script src="/assets/script.js"></script>
<script src="/assets/js/theory.js"></script>
<script src="/assets/js/galaxy.js" crossorigin="anonymous"></script>
</head>
<body>
<script type='text/javascript' src='//pl23437985.profitablecpmrate.com/c8/b6/20/c8b620abc68d447cdfa589f05cf268ab.js'></script>
<script type='text/javascript' src='//pl25517163.profitablecpmrate.com/19/02/27/1902272356bfca553aa773e57d8e0cb9.js'></script>
<center>
<nav class="navbar" id="nav">
</center>
</nav>
<center>
<br>
<br>
<p class="ex2">Apps</p>
<p>You can request Apps on the <span style="color:#ff6666" onclick="window.location.href = ('https://dsc.gg/The-Ghost-Network')"><shadow-root text_c="Discord"></shadow-root> Server!</span></p>
</center>
<div class="game-columns" style="background-color: transparent;">
<div class="gamecolumn">
<center>
<div class="game-icons" id="game-icons">
</center>
</div>
</div>
</div>
</div>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WFWKKRRXLT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-WFWKKRRXLT');
createnav();
</script>
<script>
addEventListener("DOMContentLoaded", async (event) => {
let aAPI = "/school/a.json"
const gData = await fetch(aAPI).then((response) => response.text()).then((text) => {return JSON.parse(text)});
gData.forEach(game => {
const gameicons = document.getElementById('game-icons')
const games = document.createElement('div')
games.classList.add('game-icon')
games.setAttribute('onclick', "localStorage.setItem('url', '" + __uv$config.prefix + __uv$config.encodeUrl(game.href) + "'); window.location.href = '/q.html/'")
const gameimg = document.createElement('button')
const gameimage = document.createElement('img')
gameimage.src = game.img
const gamename = document.createElement('p')
gamename.innerText = game.name;
gameimg.appendChild(gameimage);
games.appendChild(gameimg);
games.appendChild(gamename);
gameicons.appendChild(games);
})
});
</script>
</body>
</html>