update w3 css,

remove external css link to speedup render times
This commit is contained in:
2025-09-29 21:59:26 +00:00
parent d95a82f248
commit 343c149330
2 changed files with 18 additions and 3 deletions

View File

@@ -4,7 +4,6 @@
<title>{{.global.Organization}} - dashboard</title>
<link rel="icon" href="images/favicon.svg" sizes="any" type="image/svg+xml">
<link rel="stylesheet" href="modules/w3.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<script>
window.PVE = "{{.global.PVE}}";
window.API = "{{.global.API}}";