Fix loading CSS on error page

This commit is contained in:
Pig Fang 2018-08-21 09:03:30 +08:00
parent f058b92ca9
commit 30c05ea9b8

View File

@ -5,7 +5,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex,nofollow" />
<title>@yield('title') - Blessing Skin Server</title>
<link rel="stylesheet" type="text/css" href="{{ assets('css/install.css') }}">
<link rel="stylesheet" href="{{ webpack_assets('setup.css') }}">
</head>
<body class="container">