This repository has been archived by the owner on Jan 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html
57 lines (40 loc) · 1.71 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
<!DOCTYPE html>
<html>
<head>
<title>Orbit Hub</title>
<link rel="stylesheet" href="style.css">
<script src="script.js">
</script>
</head>
<body>
<center><img src="Orbit.png" class="logo"></center>
<center><img src="by-jango.png" class="jango" width="10%" height="100%"></center>
<ul>
<div class="holder" style="float:left">
<li><a href="games.html" class="gamesSection">games</a></li>
</div>
<li><a href="https://translate.google.com/translate?sl=auto&tl=en&u=https://arrayanime.com/" class="gamesSection" target="_blank">anime</a></li>
</div>
<li><a href="https://torch-more-updated.flukehusky.repl.co/index.html" class="gamesSection">torch (outdated)</a></li>
</div>
<li><li><a href="calculator.html" class="gamesSection">calculator</a></li>
</div>
<li><li><a href="exploits.html" class="gamesSection">exploits (NEW!)</a></li>
</div>
<li><li><a href="https://chat.flukehusky.repl.co/" class="gamesSection">orbit chatbox</a></li>
</div>
</ul>
<footer>Tip: To unblock youtube, type in youtube.com in your browser, disconnect the wifi, press enter (in the URL), wait until youtube loads, and connect the wifi again.</footer>
<footer>Tip #2: Any site can be unblocked using translate.google.com. Know that usually the site won't always load its CSS or js (design and functionality)</footer>
<section>
<span class="lined"><p>Change Tab Name (won't work if using orbit bookmark):</p>
<button onclick="Execute()">Change tab name to Classes</button>
<button onclick="Execute2()">Change tab name to Google Docs</button>
<p id="change"></p>
<span class="lined"><p>Inspect Element (Refresh page to close it):</p>
<button onclick="inspect()">Inspect element</button>
</span>
</section>
<!-- https://bit.ly/3jgkPXD -->
</body>
</html>