pages/index.html
2025-03-12 15:38:00 -04:00

18 lines
546 B
HTML

<!DOCTYPE html>
<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="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>