1
0
mirror of https://github.com/ZeroDream-CN/PHPMC7 synced 2024-11-24 13:15:10 +08:00
PHPMC7/install/template/locked.html
KasuganoSoras 9aac12cfc8 修复安装程序 bug
修复安装程序的一些问题
2018-09-15 02:45:23 +08:00

40 lines
2.2 KiB
PHP
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.

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PHPMC 7 安装向导</title>
<link rel="shortcut icon" href="../content/PHPMC7/assets/favicon.ico">
<link href="../content/PHPMC7/assets/css/bootstrap.min.css" rel="stylesheet">
<link href="../content/PHPMC7/assets/css/font-awesome.min.css" rel="stylesheet">
<link href="../content/PHPMC7/assets/css/style.min.css" rel="stylesheet">
<script src="../content/PHPMC7/assets/js/jquery.min.js"></script>
<script src="../content/PHPMC7/assets/js/bootstrap.min.js"></script>
<script src="../content/PHPMC7/assets/js/layer.min.js"></script>
<link rel="stylesheet" href="../content/PHPMC7/assets/css/layer.css" id="layui_layer_skinlayercss" style="">
<link rel="stylesheet" href="../content/PHPMC7/assets/css/layer.ext.css" id="layui_layer_skinlayerextcss" style="">
<link rel="stylesheet" href="../content/PHPMC7/assets/css/style.css" id="layui_layer_skinmoonstylecss" style=""></head>
<body class="gray-bg" style="color:#FFF;">
<div class="container">
<div class="row">
<div class="col-sm-2"></div>
<div class="col-sm-8 addfrp">
<div class="ibox float-e-margins" style="margin-bottom: 0px">
<div class="ibox-content">
<h1>PHPMC <span class="text-success">7</span> <small>安装向导</small></h1>
<p>欢迎使用 PHPMC 7,这是一款 Minecraft 服务器管理系统,拥有跨平台、分布式的特性,支持管理 BungeeCord 群组服务器等。</p>
<p>本软件由 Akkariin 开发GNU General Public License v3 开源协议。</p>
<p>PHPMC 7 官方网站:<a href="https://www.phpmc.cn/" target="_blank">https://www.phpmc.cn/</a></p>
<hr>
<p>PHPMC 7 已经安装过了,重新安装请删除 install 目录下的 install.lock</p>
<center>
<button class="btn btn-success" onclick="location='/'"><i class="fa fa-send"></i> 进入后台</button>
</center>
</div>
</div>
</div>
</div>
</div>
</body>
</html>