blessing-skin-server/resources/views/setup/updates/master.blade.php
2019-04-01 10:33:16 +08:00

21 lines
638 B
PHP

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta name="viewport" content="width=device-width" />
<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="{{ 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/bs-community/blessing-skin-server" tabindex="-1">Blessing Skin Server</a>
</p>
@yield('content')
</body>
</html>