-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (25 loc) · 885 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>MaximilianBeckett(MaxCkett)</title>
<meta charset="UTF-8">
<meta name="keywords" content="MaxCkett, Maximilian Beckett, personal">
<meta name="description" content="This is personal website for MaximilianBeckett(MaxCkett)">
<meta name="author" content="Maximilian Beckett(MaxCkett)">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/style.css">
</head>
<script src="./js/script.js"></script>
<body>
<div class="bgimg">
<div class="middle">
<h1 style="font-size: 3vw;">COMING SOON</h1>
<hr>
<p id="demo" style="font-size:1.8vw"></p>
</div>
<div class="bottomleft">
<p style="font-size: 1.4vw;">Maximilian Beckett(MaxCkett)</p>
</div>
</div>
</body>
</html>