ADD: added sick stuff (butT please don't look at it)

This commit is contained in:
TheShinyMelon 2023-11-13 22:32:22 +01:00
parent b88d9ae75a
commit 2620edcaea
10 changed files with 64 additions and 0 deletions

BIN
public/fav.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

16
public/index.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width initial-scale=1">
<title>Present day... present time! AHAHAHAHA</title>
<link rel="stylesheet" href="./stylesheet.css">
<link rel="icon" href="./fav.ico">
</head>
<body>
<div class='logo_group'>
<h1 class='logo_font'>L A Y E R</h1>
<img src='../resources/img/8_spinning_30fps.gif' class='logo_gif'>
</div>
<div>Hier haben sie etwas Text<div>
</body>

48
public/stylesheet.css Normal file
View File

@ -0,0 +1,48 @@
@font-face {
font-family: 'Liberation Serif';
src: local('Liberation Serif'), local('LiberationSerif'),
url('resources/fonts/LiberationSerif.woff') format('woff'),
url('resources/fonts/LiberationSerif.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Liberation Sans';
src: local('Liberation Sans'), local('LiberationSans'),
url('resources/fonts/LiberationSans.woff') format('woff'),
url('resources/fonts/LiberationSans.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Liberation Mono';
src: local('Liberation Mono'), local('LiberationMono'),
url('resources/fonts/LiberationMono.woff') format('woff'),
url('resources/fonts/LiberationMono.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
*, body {
box-sizing: border-box;
font-family: 'Liberation Sans', sans serif;
color: white;
background-color: black;
}
.logo_font {
font-family: 'Liberation Mono', monospace;
justify-content: center;
}
.logo_gif {
height: 4rem;
justify-content: center;
align-items: center;
}
.logo_group {
display: flex;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 MiB