static: move sanic.js import from header to end of body
This commit is contained in:
parent
a5d94171de
commit
0eff220cc5
|
@ -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 © 2023
|
sanic mpd web ui 0.1.0 - by XenGi and coon © 2023
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<script src="sanic.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue