Files
srv-pub/www/index.html
2025-10-28 15:15:40 -05:00

22 lines
333 B
HTML

<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>