Update index.html

This commit is contained in:
Voxel 2025-03-12 16:22:19 -04:00 committed by GitHub
parent be786fd9fc
commit f863f85873
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,17 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>MilkNet</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="/assets/img/milk.png"/>
<link href="assets/index.css" rel="stylesheet" type="text/css">
<script src="assets/three.min.js"></script>
<script src="assets/waves.js"></script>
<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>
<noscript>
<center>
<small>
<a href="/assets/img/milk.png"></a>
</small>
</center>
</noscript>
<h1 class="center-text">Milk milk</h1>
</body>
</html>
<link rel="icon" type="image/png" href="/assets/img/milk.png"/>
</head>