Files
srv-pub/www/default.html
2025-10-28 16:50:29 -05:00

22 lines
333 B
HTML

<html>
<head><title>p_q</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">p_q</div>
</body>
</html>