Update index.html

This commit is contained in:
Voxel 2025-03-12 16:41:34 -04:00 committed by GitHub
parent c3732e7e17
commit 2791996146
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,15 +5,18 @@
<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;font-family:Arial;}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>
img {
display: block;
margin-left: auto;
margin-right: auto;
}
.center-text { .center-text {
text-align: center; text-align: center;
} }
</style> </style>
</head> </head>
<body> <body>
<div class="center"> <img src="/assets/img/milk.png" alt="Milk" class="center">
<img src="/assets/img/milk.png" alt="Carton of milk with big eyes">
</div>
<h1 class="center-text">MilkNet</h1> <h1 class="center-text">MilkNet</h1>
</body> </body>
</html> </html>