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> <!DOCTYPE html>
<html lang="en">
<head> <head>
<title>MilkNet</title> <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 rel="icon" type="image/png" href="/assets/img/milk.png"/>
<link href="assets/index.css" rel="stylesheet" type="text/css"> <style>body{max-width:1000px;margin:auto;background-color:black;color:white;font-family:DM Sans;}a{color:#05d5ff}</style>
<script src="assets/three.min.js"></script> <style>
<script src="assets/waves.js"></script> .center-text {
text-align: center;
}
</style>
</head>
<body> <body>
<noscript>
<center> <h1 class="center-text">Milk milk</h1>
<small>
<a href="/assets/img/milk.png"></a> </body>
</small> </html>
</center> <link rel="icon" type="image/png" href="/assets/img/milk.png"/>
</noscript> </head>