static: move sanic.js import from header to end of body

This commit is contained in:
coon 2023-12-05 01:45:48 +01:00
parent a5d94171de
commit 0eff220cc5

View file

@ -6,7 +6,6 @@
<link rel="stylesheet" href="rangeinput.css"> <link rel="stylesheet" href="rangeinput.css">
<link rel="stylesheet" href="treeview.css"> <link rel="stylesheet" href="treeview.css">
<link rel="stylesheet" href="sanic.css"> <link rel="stylesheet" href="sanic.css">
<script src="sanic.js"></script>
</head> </head>
<body> <body>
<div id="flexbox-container"> <div id="flexbox-container">
@ -258,5 +257,7 @@
sanic mpd web ui 0.1.0 - by XenGi and coon &copy; 2023 sanic mpd web ui 0.1.0 - by XenGi and coon &copy; 2023
</div> </div>
</div> </div>
<script src="sanic.js"></script>
</body> </body>
</html> </html>