Fixing relative URL
This commit is contained in:
parent
f1e1cbfdd9
commit
dde679411a
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<title>MonitoLite - Network monitoring tool</title>
|
<title>MonitoLite - Network monitoring tool</title>
|
||||||
<script type="text/javascript" src="/js/app.js"></script>
|
<script type="text/javascript" src="{{ url('js/app.js') }}"></script>
|
||||||
<link type="text/css" rel="stylesheet" href="/css/app.css" />
|
<link type="text/css" rel="stylesheet" href="{{ url('css/app.css') }}" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Add table
Reference in a new issue