mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-27 06:29:19 +08:00
fix wrong css reference
This commit is contained in:
parent
81bc32fa6d
commit
24137cf2a9
@ -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" type="text/css" href="{{ assets('styles/install.css') }}">
|
||||
</head>
|
||||
|
||||
<body class="container">
|
||||
|
@ -6,7 +6,7 @@
|
||||
<meta name="robots" content="noindex,nofollow" />
|
||||
<title>{{ trans('setup.wizard.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="stylesheet" type="text/css" href="../resources/assets/dist/styles/install.css">
|
||||
@yield('style')
|
||||
</head>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user