-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
32 lines (32 loc) · 1.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>Conreality Wiki</title>
<meta name="author" content="Conreality LLC">
<meta name="description" content="Coming soon!">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" crossorigin="anonymous" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=B612:400,700" crossorigin="anonymous"/>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<div class="container d-flex w-100 h-100">
<main class="row justify-content-center align-items-center mx-auto">
<div class="col">
<div class="row">
<div class="col-12 text-center">
<a href="https://twitter.com/ConrealityGame" title="@ConrealityGame">
<img src="logo.png" alt="Conreality logo" width="500" height="500" class="img-fluid"/>
</a>
</div>
<div class="w-100 text-center"> </div>
<div class="col-12 text-center text-red b612">
<h5><b>COMING SOON…</b></h5>
</div>
</div><!--/.row-->
</div><!--/.col-->
</main>
</div><!--/.container-->
</body>
</html>