-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (52 loc) · 3.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Nexia</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="icon" href="/assets/img/favicon.webp" type="image/x-icon">
<!-- <script type='text/javascript' src='/assets/script.js'></script> -->
<!-- Google -->
<meta name="description" content="Nexia is a combat test snapshot 8c (CTS) server, providing useful resources and information about CTS.">
<!-- Primary Meta Tags -->
<meta property="type" content="website"/>
<meta property="title" content="Nexia"/>
<meta property="description" content="Nexia is a combat test snapshot 8c (CTS) server, providing useful resources and information about CTS."/>
<meta property="image" content="https://nexia.dev/assets/img/favicon.png"/>
<meta property="theme-color" content="#E700F0" data-react-helmet="true" name="theme-color"/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://nexia.dev/"/>
<meta property="og:title" content="Nexia"/>
<meta property="og:description" content="Nexia is a combat test snapshot 8c (CTS) server, providing useful resources and information about CTS."/>
<meta property="og:image" content="https://nexia.dev/assets/img/favicon.png"/>
<meta property="og:theme-color" content="#E700F0" data-react-helmet="true" name="theme-color"/>
<!-- Twitter / X -->
<meta property="twitter:card" content="summary"/>
<meta property="twitter:url" content="https://nexia.dev/"/>
<meta property="twitter:title" content="Nexia"/>
<meta property="twitter:description" content="Nexia is a combat test snapshot 8c (CTS) server, providing useful resources and information about CTS."/>
<meta property="twitter:image" content="https://nexia.dev/assets/img/favicon.png"/>
</head>
<body>
<div class="content">
<img src="/assets/img/favicon.webp" id="icon" alt="Nexia Logo" />
<h1>Nexia</h1>
<p>Nexia is a combat test snapshot 8c (CTS) server, providing useful resources and information about CTS.</p>
<br>
<h1>Info</h1>
<h2>Minecraft server...</h2>
<p>🇪🇺 | <strong>EU</strong> IP: eu.nexia.dev</p>
<p>🇺🇸 | <strong>NA</strong> IP: na.nexia.dev</p>
<p>Version: <a href="https://minecraft.wiki/w/Java_Edition_Combat_Test_8c">Combat Test 8c</a></p>
<br>
<h2>Discord server...</h2>
<p>❓️ | <strong>Invite</strong>: <a href="https://discord.gg/uUC3zCZ2S7">https://discord.gg/uUC3zCZ2S7</a></p>
<br>
<h1>How do I join?</h1>
<iframe id="video" title="How to install the Combat Test Snapshots" loading="lazy" src="https://www.youtube-nocookie.com/embed/mvKWIjY-dAc?start=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</body>
</html>