-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcircleofnations.html
42 lines (40 loc) · 1.45 KB
/
circleofnations.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
<html>
<head>
<style>
*{
font-family: "Verdana";
color: white;
}
a{
color: white;
}
body{
background: linear-gradient(320deg, #268bd2, #d33682);
}
</style>
</head>
<body>
<h1>Circle of Nations</h1>
<p>Website coming soon!</p>
<h2>Important Links</h2>
<ul>
<li><a href="https://www.facebook.com/groups/circlenations/">Our facebook group</a></li>
<li><a href="https://m.me/j/AbaItUevVKX2DByS/">Our messenger group chat</a></li>
<li><a href="https://chat.whatsapp.com/DpGFL24FW8qJHKrMX7x4MG">Our whatsapp groupchat</a></li>
<li><a href="http://discord.io/circl">Our discord</a></li>
</ul>
<h2>Our minecraft server</h2>
<p>We have a minecraft server that works with both Java and Bedrock editions of the game. 'Cracked'/non-premium accounts are allowed.</p>
<ul>
<li>Version: 1.20</li>
<li>Java IP: 31.214.162.14:16748</li>
<li>Bedrock IP: 31.214.162.14:54011</li>
</ul>
<h2>Our Symbol</h2>
<p>Our symbol is a circle with eight triangles inside a bigger circle. The hidden meaning will be revealed at a later time.</p>
<img src="CIRCL.png" />
<h2>Thanks for reading have a nice day! UwU</h2>
</body>
<script>
</script>
</html>