Update index.html

This commit is contained in:
Voxel 2025-03-12 15:38:00 -04:00 committed by GitHub
parent a52c4582ae
commit e0eb14356e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,5 +3,16 @@
<head> <head>
<title>MilkNet</title> <title>MilkNet</title>
<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">
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r134/three.min.js"></script> <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>