-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (45 loc) · 2.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>XereoNet - This website is coming soon</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Begin page content -->
<div class="container text-center">
<img src="img/logo.png" alt=""><br>
<b>Coming soon!</b><br><br>
<p>We are hard at work to get this up asap. For now, this placeholder will have to do.</p>
<p>In store are an almost complete rewamp of our sites in preparation of our big launch ;)</p>
<p>Stay tuned!</p>
</div>
<div id="footer" style="position: absolute; bottom: 0; left: 0; right: 0; height: auto; padding: 5px">
<div class="container">
<p class="text-muted">
<span class="pull-left">For information: <a href="twitter.com/XereoAntariano">@XereoAntariano</a> on Twitter.</span>
<span class="pull-right">
<a href="http://xereo.net" style="margin-right: 35px;">XereoNet</a>
<a href="http://spacecp.xereo.net" style="margin-right: 35px;">SpaceCP</a>
<a href="http://spacebukkit.xereo.net" style="margin-right: 35px;">SpaceBukkit</a>
<a href="http://docs.xereo.net" style="margin-right: 35px;">Documentation</a>
<a href="http://forums.xereo.net">Legacy Forums</a>
</span>
</p>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
</body>
</html>