-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
45 lines (38 loc) · 811 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
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#585b70">
<link rel="icon" type="image/x-icon" href="omg_its_img!/icon.png">
<title>Welcome!</title>
<style>
body{
background: #1E1E2E;
}
* {
font-family: monospace;
text-align: center;
font-weight: 400;
}
h1 {
color: #B4BEFE;
font-size: 100px;
}
h2 {
color: #A6E3A1;
font-size: 40px;
margin-top: 35%;
}
h3{
color: #FAB387;
font-size: 30px;
}
</style>
</head>
<body>
<h2>Rewriting Under Way!</h2>
<h1>Under Construction</h1>
<!-- <h3>I use <img src=omg_its_img!/arch.png alt="arch" style="height: 50px;"> btw</h3> -->
</body>
</html>