This repository has been archived by the owner on Dec 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
85 lines (72 loc) · 2.1 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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="xiweb is a website for displaying information from a landsandboat server">
<title id="head-title"></title>
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="icon" type="image/png" href="favicon-32.png" sizes="32x32">
</head>
<body>
<div class="content">
<div class='menu'></div>
<h4 id="about-us-title"></h4>
<p id="about-us"></p>
<a href='https://wiki.catsangel.com'>
<h4 id="client-setup-title"></h4>
<p id="client-setup"></p>
</a>
<a href='https://discord.gg/77j69vffNM'>
<h4 id="discord-title"></h4>
<p id="discord"></p>
</a>
<h4 id="rules-title"></h4>
<ul>
<li id="rules-1"></li>
<li id="rules-2"></li>
<li id="rules-3"></li>
<li id="rules-4"></li>
<li id="rules-5"></li>
</ul>
<h4 id="server-settings-title"></h4>
<ul>
<li id="server-settings-1"></li>
<li id="server-settings-2"></li>
<li id="server-settings-3"></li>
<li id="server-settings-4"></li>
<li id="server-settings-5"></li>
</ul>
<h4 id="contribute-title"></h4>
<p id="contribute"></p>
<ul>
<a href='https://github.com/kaincenteno/xiweb'>
<li id="contribute-1"></li>
</a>
<a href='https://github.com/kaincenteno/wiki'>
<li id="contribute-2"></li>
</a>
</ul>
<h4 id="found-a-bug-title"></h4>
<p id="found-a-bug"></p>
<ul>
<a href='https://github.com/LandSandBoat/server/discussions'>
<li id="found-a-bug-1"></li>
</a>
</ul>
<h4 id="your-own-server-title"></h4>
<p id="your-own-server"></p>
<ul>
<a href='https://github.com/LandSandBoat/server/wiki'>
<li id="your-own-server-1"></li>
</a>
</ul>
<h4 id="contribute-upstream-title"></h4>
<p id="contribute-upstream"></p>
<ul>
<a href='https://github.com/LandSandBoat/server'>
<li id="contribute-upstream-1"></li>
</a>
</ul>
</body>
<script type="text/javascript" src="script/index.js"></script>
<script type="text/javascript" src="script/menu.js"></script>