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>
|
||||
|
||||
<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>
|
||||
|
|
Loading…
Add table
Reference in a new issue