mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
change style order
This commit is contained in:
parent
85bd03f0b9
commit
110401d8a8
1 changed files with 1 additions and 1 deletions
2
src/ui/templates/head.html
vendored
2
src/ui/templates/head.html
vendored
|
|
@ -14,8 +14,8 @@
|
|||
<title>BunkerWeb UI</title>
|
||||
<link rel="icon" type="image/x-icon" href="images/favicon.ico" />
|
||||
<!-- tailwind style -->
|
||||
<link rel="stylesheet" type="text/css" href="./css/dashboard.css" />
|
||||
<link rel="stylesheet" type="text/css" href="./css/plugins.css" />
|
||||
<link rel="stylesheet" type="text/css" href="./css/dashboard.css" />
|
||||
|
||||
<script type="module" src="./js/global.js"></script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue