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
a52c4582ae
commit
e0eb14356e
1 changed files with 12 additions and 1 deletions
13
index.html
13
index.html
|
@ -3,5 +3,16 @@
|
|||
<head>
|
||||
<title>MilkNet</title>
|
||||
<link rel="icon" type="image/png" href="/assets/img/milk.png"/>
|
||||
<link href="assets/index.css" rel="stylesheet" type="text/css">
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r134/three.min.js"></script>
|
||||
<script src="/assets/waves.js"></script>
|
||||
<script src="https://nyx.everypizza.im/assets/three.min.js"></script>
|
||||
<script src="assets/waves.js"></script>
|
||||
<body>
|
||||
<div id="waves"></div>
|
||||
<noscript>
|
||||
<center>
|
||||
<small>
|
||||
Awesome waves
|
||||
</small>
|
||||
</center>
|
||||
</noscript>
|
||||
|
|
Loading…
Add table
Reference in a new issue