Fix loading CSS on update page

This commit is contained in:
Pig Fang 2019-03-31 14:47:48 +08:00
parent 50e855bb71
commit 444dee3f14

View File

@ -5,15 +5,16 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex,nofollow" />
<title>@lang('setup.updates.master.title')</title>
<link rel="shortcut icon" href="../resources/assets/dist/images/favicon.ico">
<link rel="stylesheet" type="text/css" href="../resources/assets/dist/css/install.css">
<link rel="shortcut icon" href="{{ webpack_assets('favicon.ico') }}">
<link rel="stylesheet" type="text/css" href="{{ webpack_assets('setup.css') }}">
</head>
<body class="container">
<p id="logo"><a href="https://github.com/printempw/blessing-skin-server" tabindex="-1">Blessing Skin Server</a></p>
<p id="logo">
<a href="https://github.com/printempw/blessing-skin-server" tabindex="-1">Blessing Skin Server</a>
</p>
@yield('content')
</body>
</html>