removed the absolute pathes from the html head
This commit is contained in:
parent
c453b9aa7a
commit
2d23c98fe4
@ -6,11 +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="css/bulma.min.css" />
|
<link rel="stylesheet" href="{{ asset('css/bulma.min.css') }}" />
|
||||||
{{-- Font Awesome Solid + Regular WebFont --}}
|
{{-- Font Awesome Solid + Regular WebFont --}}
|
||||||
<link href="css/fontawesome.min.css" rel="stylesheet">
|
<link href="{{ asset('css/fontawesome.min.css') }}" rel="stylesheet">
|
||||||
<link href="css/regular.min.css" rel="stylesheet">
|
<link href="{{ asset('css/regular.min.css') }}" rel="stylesheet">
|
||||||
<link href="css/solid.min.css" rel="stylesheet">
|
<link href="{{ asset('css/solid.min.css') }}" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
Loading…
Reference in New Issue
Block a user