Update index.html

This commit is contained in:
Voxel 2025-03-12 16:36:48 -04:00 committed by GitHub
parent 01a95f6b9f
commit 721a391dcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
<head> <head>
<title>MilkNet</title> <title>MilkNet</title>
<link rel="icon" type="image/png" href="/assets/img/milk.png"/> <link rel="icon" type="image/png" href="/assets/img/milk.png"/>
<style>body{max-width:1000px;margin:auto;background-color:black;color:white;}a{color:#05d5ff}</style> <style>body{max-width:1000px;margin:auto;background-color:black;color:white;font-family:Arial;}a{color:#05d5ff}</style>
<style> <style>
.center-text { .center-text {
text-align: center; text-align: center;
@ -11,9 +11,8 @@
</style> </style>
</head> </head>
<body> <body>
<img src="/assets/img/milk.png" alt="Carton of milk with big eyes">
<h1 class="center-text">Milk milk</h1> <h1 class="center-text">MilkNet</h1>
</body> </body>
</html> </html>
<link rel="icon" type="image/png" href="/assets/img/milk.png"/> <link rel="icon" type="image/png" href="/assets/img/milk.png"/>