refactor: 🎨 minify
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<title>Device Type Management</title>
|
||||
<link rel="icon" type="image/png" href="{{ LOGO_PNG }}">
|
||||
<link href="/static/css/output.css" rel="stylesheet">
|
||||
<link href="/static/css/device_types.css" rel="stylesheet">
|
||||
<link href="/static/css/device_types.min.css" rel="stylesheet">
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.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">
|
||||
@@ -95,7 +95,7 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
<script src="/static/js/device_types.js"></script>
|
||||
<script src="/static/js/device_types.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user