mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-21 06:19:38 +08:00
Fix loading CSS on update page
This commit is contained in:
parent
50e855bb71
commit
444dee3f14
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user