changed the head to make the css files local

This commit is contained in:
lorenz 2023-04-06 12:53:32 +02:00
parent fe7f5b323d
commit c453b9aa7a

View File

@ -6,7 +6,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Device Manager</title> <title>Device Manager</title>
{{-- Bulma CSS Framework --}} {{-- Bulma CSS Framework --}}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css" /> <link rel="stylesheet" href="css/bulma.min.css" />
{{-- Font Awesome Solid + Regular WebFont --}}
<link href="css/fontawesome.min.css" rel="stylesheet">
<link href="css/regular.min.css" rel="stylesheet">
<link href="css/solid.min.css" rel="stylesheet">
</head> </head>
<style> <style>
@ -106,4 +110,4 @@
</footer> </footer>
</body> </body>
</html> </html>