-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (30 loc) · 1.23 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
<title>Welcome to AntiUtopia!</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Urbanist:wght@300&display=swap" rel="stylesheet">
<link href="main.css" rel="stylesheet">
<div class="main">
<div class="main">
Welcome to AntiUtopia!<br><br>AntiUtopia is a very advanced minecraft CountryRP where you can create your own countries, currencies, languages and other cool stuff!
</div>
<div class="main">
Rules
<div class="rules">
<span>Loading rules...</span>
</div>
</div>
<div class="main">
<div class="latest"></div> Latest news<br>
<div class="news">
<center>Loading news...</center>
</div>
<a href="all-news.html">See all >>></a>
</div>
<div class="main">
Wanna join the server? Then click that button down there to get instructions on how to do so.<br>
<button onclick="window.location='setup.html'">Join</button><br>
If those instructions didnt work for you then please contact me<br>
<a href="https://github.com/IiTossiI">My profile</a>
</div>
</div>
<script src="main.js"></script>