-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdagobah.html
82 lines (74 loc) · 3.39 KB
/
dagobah.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<title>REDchanit</title>
<link rel="preload" as="image" href="images/redchanit.png">
<link rel="preload" as="image" href="images/tfclogo.png">
<link rel="preload" as="image" href="images/yoda.png">
<link rel="stylesheet" href="styles/main.css">
<script src="scripts/main.js"></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
</head>
<body>
<div id="bodyInner">
<div id="header">
<div id="headerBackground"></div>
<a href="/" class="siteLink"><img id="title" src="images/redchanit.png" height="40px"></img></a>
<img id="gameLogo" src="images/tfclogo.png" height="75px" draggable="false"></img>
<div id="headerDivider"><span id="headerNav">Sitemap ▼<span></div>
</div>
<div id="page">
<div id="nav">
<div id="navInner">
<a href="/" class="siteLink">›Home</a>
<a href="servers" class="siteLink">›Servers</a>
<a href="affiliates" class="siteLink">›Affiliates</a>
<a href="rules" class="siteLink">›Rules</a>
<a href="about" class="siteLink">›About</a>
<a href="https://discord.gg/M6ErmkxKXf">›Discord</a>
<a href="https://steamcommunity.com/groups/redchanitsrcds">›Steam</a>
<div id="navBanners">
<a href="https://redchanit.xyz/" class="siteLink"><img src="images/button_88x31.gif" /></a>
<a href="https://matchaland.net/" class="externalLink" target="_blank"><img src="https://matchaland.net/images/button_88x31.gif" /></a>
<a href="https://oaktown.nekoweb.org/" class="externalLink" target="_blank"><img src="https://oaktown.nekoweb.org/assets/88x31/oak88x31.gif" /></a>
<a href="https://steamcommunity.com/groups/FEDfortress" class="externalLink" target="_blank"><img src="images/button_fedfort.png" /></a>
</div>
</div>
</div>
<div id="content">
<div class="contentHeader">Welcome to REDchanit</div>
<div id="contentInner">
<div id="contentText">
To Dagobah, welcome.
<br>
Enjoy your stay, you must.
<br>
SaySounds (woody and pingas) can be disabled with <b>!sounds</b>
<br>
This server features alternative player models:
<br>
<b>!camdroid !zombie !b4merc !b2merc !2019merc !lowpolymerc !scientist !skeleton !janitor !tfcmerc</b>
<br>
Change team to reset model to normal Mercenary
<br>
<b>Micspam allowed and encouraged!</b>
<br>
<img style="display:block;" src="images/funny/flying-stone-yoda.gif" title="hmmmmm.... crush with this rock i must, maximum pain i must endure" width="400" />
</div>
</div>
</div>
</div>
<div id="footer">
<div id="footerInner">
REDchanit – Site by boba<a href="https://bobatealee.com" class="externalLink" target="_blank"><img id="boba" src="images/boba.png" width="20px" height="20px"></img></a>
</div>
</div>
</div>
<div id="yoda"><div id="yodaText">“wrong, something has went”</div><img id="yodaImage" src="images/yoda.png" width="100px" draggable="false"></img></div>
</body>
</html>