-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (48 loc) · 2.76 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Simply Servers</title>
<base href="/">
<meta content="#C3073F" name="theme-color"/>
<meta
content="free servers, minecraft, game hosting, minecraft factions, minecraft cannons, free minecraft, free, hosting, factions, cannons"
name="keywords"/>
<meta content="Free high-quality Minecraft servers. Our platform is built for performance and speed."
name="description"/>
<meta content="Free game servers, done simply - Simply Servers" property="og:title"/>
<meta content="https://simplyservers.io" property="og:url"/>
<meta content="Free high-quality Minecraft servers. Our platform is built for performance and speed."
property="og:description"/>
<meta content="Simply Servers" property="og:site_name"/>
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="/assets/apple-touch-icon-57x57.png" rel="apple-touch-icon-precomposed" sizes="57x57"/>
<link href="/assets/apple-touch-icon-114x114.png" rel="apple-touch-icon-precomposed" sizes="114x114"/>
<link href="/assets/apple-touch-icon-72x72.png" rel="apple-touch-icon-precomposed" sizes="72x72"/>
<link href="/assets/apple-touch-icon-144x144.png" rel="apple-touch-icon-precomposed" sizes="144x144"/>
<link href="/assets/apple-touch-icon-60x60.png" rel="apple-touch-icon-precomposed" sizes="60x60"/>
<link href="/assets/apple-touch-icon-120x120.png" rel="apple-touch-icon-precomposed" sizes="120x120"/>
<link href="/assets/apple-touch-icon-76x76.png" rel="apple-touch-icon-precomposed" sizes="76x76"/>
<link href="/assets/apple-touch-icon-152x152.png" rel="apple-touch-icon-precomposed" sizes="152x152"/>
<link href="/assets/favicon-196x196.png" rel="icon" sizes="196x196" type="image/png"/>
<link href="/assets/favicon-96x96.png" rel="icon" sizes="96x96" type="image/png"/>
<link href="/assets/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png"/>
<link href="/assets/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png"/>
<link href="/assets/favicon-128.png" rel="icon" sizes="128x128" type="image/png"/>
<meta content="Simply Servers" name="application-name"/>
<meta content="#FFFFFF" name="msapplication-TileColor"/>
<meta content="/assets/mstile-144x144.png" name="msapplication-TileImage"/>
<meta content="/assets/mstile-70x70.png" name="msapplication-square70x70logo"/>
<meta content="/assets/mstile-150x150.png" name="msapplication-square150x150logo"/>
<meta content="/assets/mstile-310x150.png" name="msapplication-wide310x150logo"/>
<meta content="/assets/mstile-310x310.png" name="msapplication-square310x310logo"/>
</head>
<body>
<app-root>
<div id="loading">
<div class="spinner"></div>
<p>Connecting to server...</p>
</div>
</app-root>
</body>
</html>