Added favicon, style.css, and basic about me page

This commit is contained in:
Raktbastr 2026-06-15 12:07:10 -05:00
parent 6b8dda9014
commit 39f2d87b3f
16 changed files with 110 additions and 23 deletions

23
mc-servers.html Normal file
View file

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Minecraft Servers</title>
<script src="header.js" defer></script>
<site-header></site-header>
<style>
body {
height: 100vh;
width: 100vw;
margin: 0;
background: url(media/mc\ header.png) no-repeat top center;
background-size: cover;
}
</style>
</head>
<body>
Mineraft
</body>
</html>