-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-original.html
76 lines (66 loc) · 2.53 KB
/
index-original.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OutRed | Home</title>
<link rel="stylesheet" href="./styles/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src='https://kit.fontawesome.com/a076d05399.js' crossorigin='anonymous'></script>
<!-- PWA LINKS -->
<link rel="manifest" href="./js/json/manifest.json" />
<meta name="theme-color" content="#6C0BA9"/>
<!-- TEMP -->
<style>
body {
overflow: none;
}
#index-content {
margin-top: 90px;
}
</style>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-B5MYT5J8LH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-B5MYT5J8LH');
</script>
</head>
<body>
<div class="navigation-bar">
<p onclick="location.href = '/index.html';"class="active">Home</p>
<p onclick="location.href = '/g/index.html';">Games</p>
<p onclick="location.href = '/apps.html';">Apps</p>
<p onclick="location.href = '/go.html';">Proxy</p>
</div>
<div id="index-content">
<p class="title">OutRed</p>
<div id="phrase"><p style="font-size:30x;"><a style="text-decoration: none; color: white;"href="https://discord.gg/outred">discord.gg/outred</a></p>
<script>
document.getElementById("phrase").innerHTML = getRandomPhrase();
</script>
</div><br><br>
<!-- Original alienthub link: https://hub.alienhub.xyz/show?utm_medium=misc -->
<a class="rainbow" href="/g/index.html">Play Now</a><br><br><br><br>
<iframe alt="AlienHub Ad (If you cannot see the ad, please disable your ad blocker!)" src="https://hub.alienhub.xyz/show?utm_medium=misc" width="455" height="155" style="border: none; overflow: none"></iframe>
<br><br>
<footer style="position: fixed; bottom: 0;">
<a href="https://discord.gg/outred" target="_blank"></a>
<p>© OutRed</p>
<a href="https://github.com/OutRed/outredgames" target="_blank"></a>
</footer>
</div>
<!-- PWA Offline script for the server worker-->
<script>
if ("serviceWorker" in navigator) {
navigator.serviceWorker.register("/js/sw.js");
}
</script>
<script src="/js/cards.js"></script>
<script src="/assets/splash-texts.js"></script>
<script src="/js/anti-adblock.js"></script>
<script src="/js/load-cards.js"></script>
</body>
</html>