增加自定义css和js的引用

This commit is contained in:
Sun 2024-01-15 21:52:47 +08:00
parent c3ba15d1e1
commit c88e3de54a

View File

@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<meta content="yes" name="apple-mobile-web-app-capable"/>
<link rel="apple-touch-icon" href="/favicon.ico">
<link rel="stylesheet" href="./static/global.css">
<link rel="stylesheet" href="/custom/index.css">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" />
<title>Sun-Panel</title>
@ -79,6 +79,7 @@
</div>
</div>
<script type="module" src="/src/main.ts"></script>
<script src="/custom/index.js"></script>
</body>
</html>