forked from heisenbergmeth69/Ghost-Proxy
-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathw.html
108 lines (100 loc) · 4.11 KB
/
w.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<head>
<title>Ghost || Search</title>
<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" />
<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>
<!--SKIDDDDDDDDD-->
<center>
<nav class="navbar" id="nav">
</center>
<br>
<p align="center" class="ex2"><img id="logo2" src="/assets/img/ghost.png" height="200"></p>
<center>
<!--Title shit lol-->
<p class="ex3">Ghost Sea<span>rch</span></p>
<h2><span id="subtitle">...</span></h2>
<input type="text" id="input" class="input" placeholder="Search or enter a URL..">
</center>
<!-- Google tag (gtag.js) need to track dem users-->
<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');
</script>
<!--subtitle shit-->
<script>
function changeSub(num) {
document.getElementById("subtitle").innerText = tell[num];
}
var tell = [
"Nobodycares is a skiddy kid af",
"What even is that?",
"You need help",
"Ghost is crazy",
"CoolOnlineGames",
"ur funny",
"LOL",
"got taken down fr fr",
"help me",
" go crazy right now",
"made by a student (crazy right)",
"i got a glock in my rari",
"gren",
"corruptedgaming.online",
"griddy",
"im kanye west",
"David is the best",
"Ghost on crack!",
"unblockers go crazy rn!",
"76.138.200.152 (your ip)",
"Free for all",
"A wise man once told me to use Ghost",
"i need starz plz https://github.com/The-Ghost-Network/Ghost",
"I Code Cool Stuff :D",
"Jordan was here 😱 (creator of jordansmathwork)",
"Ghost was skidded - Clipped",
"JMW is cool",
"cube gang",
"blanket????",
"this is the rarest one (real)",
"NO THIS IS THE RAREST ONE!!!",
"how many of these are there????",
"Thanks to PBS Kids for the code!",
"hes not real (dont trust him)",
"BLU GHOST???",
"Get on my level!",
"skill issue",
"not my fault",
"the skiddiest site youve ever seen"
];
var howmany = tell.length;
var randomIndex = Math.floor(Math.random() * howmany);
document.getElementById("subtitle").innerText = tell[randomIndex];
function changeSplash(num) {
var sub = "guh " + num + ", " + tell[num];
document.getElementById("subtitle").innerText = tell[num];
return sub;
}
</script>
</body>
</html>