changed the head to make the css files local
This commit is contained in:
parent
fe7f5b323d
commit
c453b9aa7a
@ -6,7 +6,11 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Device Manager</title>
|
||||
{{-- 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>
|
||||
|
||||
<style>
|
||||
|
Loading…
Reference in New Issue
Block a user