This commit is contained in:
fro
2025-10-28 15:15:40 -05:00
parent 51e93720a3
commit 1f571fb6f6
4 changed files with 0 additions and 0 deletions

21
www/index.html Normal file
View File

@@ -0,0 +1,21 @@
<html>
<head><title>=_=</title>
<style>
body {
background-color: #000;
font-size: 150px;
font-family: "Arial";
color: #fff;
}
.container {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}
</style>
</head>
<body>
<div class="container">=_=</div>
</body>
</html>