mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-19 17:43:42 -05:00
20 lines
483 B
HTML
20 lines
483 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:DM Sans;}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>
|