-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (35 loc) · 1.51 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
<!DOCTYPE html>
<html>
<head>
<link href="style.css" rel="stylesheet" type="text/css">
<title>ZustFancake's playground</title>
<link rel="shortcut icon" type="image/x-icon" href="icon.png">
<meta name="description" content="ZustFancake's page.">
<meta name="keywords" content="zustfancake ZustFancake">
<meta name="author" content="Roman Shtylman">
<meta name="robots" content="noodp, noydir">
<meta name="google" content="notranslate">
<meta name="color-scheme" content="light only">
<meta name="color-scheme" content="light">
<meta name="supported-color-schemes" content="light">
</head>
<body>
<div class="center toptitle">
<div class="center title">
<a href="zustfancake.github.io" class="title">
<img src="TITLE.png" style="max-width: 75%; max-height: 75%;">
</a>
</div>
</div>
<div style="width:cover; background-color: #b99569; height: 16px;"></div>
<div style="width:cover; height:100%; background-color: #e3d9c5" class="container center">
<p style="font-family: HappySans; margin:0; padding: 1.5%; font-size: calc(.5em + 2vw)" class="center">
Welcome to ZustFancake's personal page.
</p>
<hr style="width: 75%; margin-top: 0%;" color = #b99569>
<p style="font-family: HappySans; margin:0; padding: 1.5%; padding-top: 1%; font-size: calc(.5em + 1vw)" class="center">
This page is empty yet!
</p>
</div>
</body>
</html>