-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (70 loc) · 2.98 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="minimal-ui, width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Open Graph Protocol -->
<meta property="og:title" content="Garry's Mod Join Link" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://cdn.cr4.live/gmod_joiner.png" />
<meta property="og:description" content="Click this link to join my Server!" />
<!-- End of Open Graph Protocol -->
<link rel="icon" type="image/x-icon" href="./misc/favicon.ico">
<title></title>
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/aurora.css">
<link rel="stylesheet" href="./css/fontawesome/fontawesome.min.css">
<link rel="stylesheet" href="./css/fontawesome/brands.min.css">
<link rel="stylesheet" href="./css/fontawesome/solid.min.css">
<script type="text/javascript" src="./config.js"></script>
</head>
<body onload="if(LIGHT_MODE)document.getElementsByTagName('body')[0].classList.add('light')">
<section id="up"></section>
<section id="down"></section>
<section id="left"></section>
<section id="right"></section>
<div id="title">Gaymer_TTT</div>
<img id="titleimg" src="./misc/gmod_joiner.png" height="500">
<footer class="footer smallfooter" id="helpBtnFooter" onclick="helpClicked()">
<div class="footeritem">
<span><i class="fa-solid fa-angles-up"></i></span>
</div>
<div class="footeritem">
<span>Click Here</span>
<span>for more help</span>
</div>
<div class="footeritem">
<span><i class="fa-solid fa-angles-up"></i></span>
</div>
</footer>
<footer id="helpFooter" class="footer close">
<div id="gmod-help" class="footeritem">
<span>GMod Console Command</span>
<span><i class="fa-solid fa-terminal"></i> <code id="GCMD" hidden></code> <button class="button"
onclick="copyCommand()"><i id="copy-btn" class="fa-regular fa-copy"></i></button></span>
</div>
<div id="steam-help" class="footeritem">
<span>Got no popup? No problem!</span>
<span>Click <a id="STEAMJOIN" href="">here</a> to try manually.</span>
</div>
<div id="direct-help" class="footeritem">
<span>Direct connection info</span>
<span id="SERVER"></span>
<span id="PASS"></span>
</div>
<div id="error-help" class="footeritem">
<span>Got ERRORs everywhere?</span>
<span>Fix: <a href="https://gmodcontent.com">gmodcontent.com</a></span>
</div>
<div id="credits" class="footeritem">
<span>GModJoiner was made by</span>
<span class="author"><a href="https://cr4.live" target="_blank">SetCr4</a>
<a href="https://github.com/SetCr4" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://steamcommunity.com/profiles/76561198068443681/" target="_blank"><i
class="fab fa-steam"></i></a>
</span>
</div>
</footer>
<script type="text/javascript" src="./js/main.js"></script>
</body>
</html>