refactor: 🎨 minify

This commit is contained in:
2025-12-27 02:08:52 +00:00
parent 21042b7fd7
commit 91067994ba
37 changed files with 131 additions and 24 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
<link rel="icon" type="image/png" href="{{ LOGO_PNG }}">
<link href="/static/css/output.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" rel="stylesheet">
<link href="/static/css/devices.css" rel="stylesheet">
<link href="/static/css/devices.min.css" rel="stylesheet">
</head>
<body class="bg-gray-300 text-gray-900 dark:bg-zinc-900 dark:text-gray-100 min-h-screen flex flex-col">
{% include 'header.html' %}
@@ -87,6 +87,6 @@
</div>
</div>
</div>
<script src="/static/js/devices.js"></script>
<script src="/static/js/devices.min.js"></script>
</body>
</html>