mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-19 17:43:42 -05:00
Update index.html
This commit is contained in:
parent
be786fd9fc
commit
f863f85873
1 changed files with 15 additions and 12 deletions
27
index.html
27
index.html
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue