blessing-skin-server/resources/views/setup/steps/1.tpl
2016-07-28 15:10:19 +08:00

13 lines
298 B
Smarty
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@extends('setup.master')
@section('content')
<h1>欢迎</h1>
<p>欢迎使用 Blessing Skin Server V3</p>
<p>成功连接至 MySQL 服务器 {{ $server }},点击下一步以开始安装。</p>
<p class="step">
<a href="?step=2" class="button button-large">下一步</a>
</p>
@endsection