ADD: added sick stuff (butT please don't look at it)
This commit is contained in:
parent
b88d9ae75a
commit
2620edcaea
BIN
public/fav.ico
Normal file
BIN
public/fav.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
16
public/index.html
Normal file
16
public/index.html
Normal 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
48
public/stylesheet.css
Normal 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;
|
||||||
|
}
|
BIN
resources/fonts/LiberationMono-Regular.ttf
Normal file
BIN
resources/fonts/LiberationMono-Regular.ttf
Normal file
Binary file not shown.
BIN
resources/fonts/LiberationMono.woff
Normal file
BIN
resources/fonts/LiberationMono.woff
Normal file
Binary file not shown.
BIN
resources/fonts/LiberationSans-Regular.ttf
Normal file
BIN
resources/fonts/LiberationSans-Regular.ttf
Normal file
Binary file not shown.
BIN
resources/fonts/LiberationSans.woff
Normal file
BIN
resources/fonts/LiberationSans.woff
Normal file
Binary file not shown.
BIN
resources/fonts/LiberationSerif-Regular.ttf
Normal file
BIN
resources/fonts/LiberationSerif-Regular.ttf
Normal file
Binary file not shown.
BIN
resources/fonts/LiberationSerif.woff
Normal file
BIN
resources/fonts/LiberationSerif.woff
Normal file
Binary file not shown.
BIN
resources/img/8_spinning_30fps.gif
Normal file
BIN
resources/img/8_spinning_30fps.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.6 MiB |
Loading…
Reference in New Issue
Block a user