blessing-skin-server/resources/views/setup/migrations/master.tpl
2016-08-10 18:03:06 +08:00

30 lines
818 B
Smarty

<!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>Blessing Skin Server 数据迁移</title>
<link rel="shortcut icon" href="../../assets/images/favicon.ico">
<link rel="stylesheet" type="text/css" href="../../assets/dist/css/install.css">
<style>
.container a.button {
margin-right: 15px;
}
hr {
border-bottom: 1px solid #bbbbbb;
border-top: 0;
}
</style>
</head>
<body class="container">
<p id="logo"><a href="https://github.com/printempw/blessing-skin-server" tabindex="-1">Blessing Skin Server</a></p>
@yield('content')
</body>
</html>