mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-19 21:53:40 -05:00
21 lines
594 B
HTML
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>
|