-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (32 loc) · 804 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>WIP.</title>
<style>
body {
background-image:url(/assets/images/landscape.jpg);
color:white;
display:flex;
align-items: center;
justify-content: center;
margin-top: 200px;
font-family: sans-serif;
}
.rectangle {
background-color: #121212;
opacity: 85%;
border-radius:25px;
width:50%;
height:500px;
margin:auto;
text-align: center;
}
</style>
</head>
<body>
<div class="rectangle">
<h1>Check back later.</h1>
<h3>Most of the stuff here was outdated, so i'm fixing it. The site will be relaunched soon.</h3>
</div>
</body>
</html>