fix wrong css reference

This commit is contained in:
printempw 2017-01-22 16:35:09 +08:00
parent 81bc32fa6d
commit 24137cf2a9
2 changed files with 2 additions and 2 deletions

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" type="text/css" href="{{ assets('styles/install.css') }}">
</head>
<body class="container">

View File

@ -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>