Upload files to "/"

This commit is contained in:
blueballs 2025-07-23 02:30:22 +01:00
parent 415735c626
commit ea17cda70c
4 changed files with 64 additions and 0 deletions

32
stylish.css Normal file
View file

@ -0,0 +1,32 @@
@font-face {
font-family: 'Iosevka';
src: url('iosevka.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
p {
margin-left:25%;
color: white;
font-family: 'Iosevka', monospace;
}
h1 {
color: white;
font-family: 'Iosevka', monospace;
font-size: 33px;
}
h2 {
margin-left: 25%;
color: white;
font-family: 'Iosevka', monospace;
}
.noleftm {
margin-left: 0;
}