pages/index.html
2025-03-12 16:27:24 -04:00

20 lines
463 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>MilkNet</title>
<link rel="icon" type="image/png" href="/assets/img/milk.png"/>
<style>body{max-width:1000px;margin:auto;background-color:black;color:white;}a{color:#05d5ff}</style>
<style>
.center-text {
text-align: center;
}
</style>
</head>
<body>
<h1 class="center-text">Milk milk</h1>
</body>
</html>
<link rel="icon" type="image/png" href="/assets/img/milk.png"/>
</head>