pages/index.html
2025-03-12 16:39:06 -04:00

21 lines
594 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;font-family:Arial;}a{color:#05d5ff}</style>
<style>
.center-text {
text-align: center;
}
</style>
</head>
<body>
<div class="center">
<img src="/assets/img/milk.png" alt="Carton of milk with big eyes">
</div>
<h1 class="center-text">MilkNet</h1>
</body>
</html>
<link rel="icon" type="image/png" href="/assets/img/milk.png"/>
</head>