Add: css, add: art, meow
This commit is contained in:
+12
-5
@@ -1,17 +1,24 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<!-- I don't know, why i make comments -->
|
<!-- I don't know, why i make comments -->
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="stylesheet" src="just.css">
|
<meta name="color-scheme" content="dark light">
|
||||||
|
<link rel="stylesheet" href="just.css">
|
||||||
<link rel="author" src="git.uwushka.cc/nouwushka">
|
<link rel="author" src="git.uwushka.cc/nouwushka">
|
||||||
<title>uwu.dev</title>
|
<title>uwu.dev</title>
|
||||||
<link rel="icon" href="img/favicon.png" type="image/png">
|
<link rel="icon" href="img/favicon.png" type="image/png">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>DEPLOY TEST...</h1>
|
<div class="bg-test">
|
||||||
|
<pre>
|
||||||
|
▄▄▀▄▄
|
||||||
|
▄▄▀▀ ▓ ▀▀▄▄
|
||||||
|
▀▀▀▄ ▄▀▀▀
|
||||||
|
▀
|
||||||
|
</pre>
|
||||||
|
</div>
|
||||||
|
<h1>FREEDOM OF THE MIND</h1>
|
||||||
|
<div name=""> <a href="https://freespace.pw">FreeSpace.pw</a> </div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -0,0 +1,33 @@
|
|||||||
|
html, body {
|
||||||
|
margin: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.bg-test {
|
||||||
|
position: fixed;
|
||||||
|
inset: 0;
|
||||||
|
display: flex;
|
||||||
|
padding: 20px;
|
||||||
|
justify-content: center;
|
||||||
|
color: #fff;
|
||||||
|
user-select: none;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bg-test pre {
|
||||||
|
margin: 0;
|
||||||
|
white-space: pre;
|
||||||
|
line-height: 1;
|
||||||
|
font-size: 2vw;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user