forked from murage-poc/under-maintenance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (51 loc) · 1.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
49
50
51
52
<html lang="en">
<head>
<title>UBIT | 503</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="UTF-8" />
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:400,700%7CPoppins:400,500"
rel="stylesheet"
/>
<link href="assets/css/styles.css" rel="stylesheet" />
</head>
<body>
<div class="main-content" style="">
<div class="display-table">
<div class="display-table-cell">
<h1 class="title"><b>Building</b></h1>
<p class="subtitle">
We are working on creating something fresh, new and
attractive! <br />
UBIT will be back soon.
</p>
<a href="google.com" target="_blank"
><div
style="
padding: 1vw 2vh 1vw 2vh;
font-size: 1.4em;
color: white;
font-weight: 600;
background: #c72bb4;
border-radius: 0.2vw;
"
>
Development Status
</div></a
>
<p>
<small style="opacity: 0.65">
If you have any questions, do not hesitate contact us via
<a
href="mailto:[email protected]"
style="text-decoration: underline; color: #cbcbcb"
>email</a
>
</small>
</p>
</div>
</div>
</div>
</body>
</html>