forked from Galactic-Network/Galactic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
102 lines (95 loc) · 3.5 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
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Classes</title>
<link rel="icon" href="https://ssl.gstatic.com/classroom/favicon.png" />
<link rel="shortcut icon" href="https://ssl.gstatic.com/classroom/favicon.png" />
<link rel="stylesheet" href="/static/style.css">
</head>
<body>
<div align="center">
<img src="logo.png" style="
border-radius: 25px;
padding: 50px;
width: 250px;
height: px;
margin-left: auto;
margin-right: auto;
display: block;
">
<h1 title="Galactic, coming back for another run. A Galactic Network site">Galactic Pr<span>ox</span>y | GN</h1>
<h2> <span id="subtitle">Unblocking for the sake of students!</span></h2>
<form>
<input placeholder="Search the web freely">
</form>
<button class="btn" onclick="location.href='settings.html'" class="button">Settings</button>
<button class="btn" onclick="location.href = __uv$config.prefix + __uv$config.encodeUrl('https://s1g7.onrender.com/play/roblox-corporation/5349/roblox');">R0BLOX (for the blox kids)</button>
<button class="btn" onclick="location.href = __uv$config.prefix + __uv$config.encodeUrl('https://jmw.mathisthebest.xyz');">Ga<span>m</span>es</span></button>
<h6><p>© <a href="https://dsc.gg/gnetwork">Galactic Network</a> 2023</p></h6>
</body>
<script>
// script to generate random greetings
function changeSub(num) {
document.getElementById("subtitle").innerText = say[num];
}
var say = [];
say[0] = "Rare subtitle (real)";
say[1] = "Hello!";
say[2] = "Does this even work?";
say[3] = "Hey there bucko";
say[4] = "Made with Replit!";
say[5] = "Are you an NPC?";
say[6] = "You get a cookie!";
say[7] = "Remember your manners!";
say[8] = "this is david. say hi!";
say[9] = "Ok, and I know your address now!";
say[10] = "Beep boop! Are you a robot?";
say[11] = "Did you know I have a discord server?";
say[12] = "How many sides does a circle have?";
say[13] = "My disappointment is immeasurable and my day is ruined.";
say[14] = "You can read btw";
say[15] = "Imagine using chromebooks!";
say[16] = "HEHEHEHA.";
say[17] = "Redbull gives you wings...";
say[18] = "Can't play jenga in ohio";
say[19] = "Since 2021!";
say[20] = "By students, for students.";
say[21] = "Nice.";
say[22] = "This took to long to make";
say[23] = "69 hehe funny number";
say[24] = "Ahhhhhhhhh";
say[25] = "Awesome!";
say[26] = "Down in ohio!";
say[27] = "noot noot!";
say[28] = "100% Fresh!";
say[29] = "LOL";
say[30] = "not our fault if u get caught";
say[31] = "Hacking your pc...";
say[32] = "E!";
say[33] = "Help!!! I've fallen, and i can't get up!!!";
say[34] = "Reload the page NOW!";
say[35] = "Downloading your passwords...";
// pick a random greeting
var howmany = say.length;
var bRand = 0;
bRand = Math.random();
bRand = Math.floor(bRand * howmany);
sayWhat = say[bRand];
document.getElementById("subtitle").innerText = sayWhat;
function changeSplash(num) {
document.getElementById("subtitle").innerText = say[num];
var ret = "Set current splash to splash " + num + ", " + say[num];
return ret;
}
// credit to 3kh0 for the code :)
</script>
<script src="/static/uv/uv.bundle.js" defer></script>
<script src="/static/uv/uv.config.js" defer></script>
<script src="/static/index.js" defer></script>
<script src="/static/js/settings.js"></script>
<script src="/static/js/settings2.js"></script>
<script src="/static/js/ab.js"></script>
</html>