mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-19 17:43:42 -05:00
17 lines
496 B
HTML
17 lines
496 B
HTML
<!DOCTYPE html>
|
|
|
|
<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>
|
|
<body>
|
|
<noscript>
|
|
<center>
|
|
<small>
|
|
<a href="/assets/img/milk.png"></a>
|
|
</small>
|
|
</center>
|
|
</noscript>
|