19 lines
741 B
PHP
19 lines
741 B
PHP
<!DOCTYPE html>
|
||
<html lang="cn">
|
||
<?php include "head.html"?>
|
||
<body>
|
||
<div class="install-container step1-container limit-height">
|
||
<?php include "header.html"?>
|
||
<main>
|
||
<div class="step1-content">
|
||
<i class="foxui-icon-tishi-f icon-show"></i>
|
||
<p>程序已运行安装!</p>
|
||
<span style="color: #575757">如果你确定要重新安装,请先从install安装目录中删除install.lock</span>
|
||
</div>
|
||
</main>
|
||
<?php include "footer.html"?>
|
||
</div>
|
||
</body>
|
||
<script src="/static/js/jquery-3.6.0.min.js"></script>
|
||
<script src="/static/js/foxui-1.32.min.js"></script>
|
||
</html>
|