official_website/install_foxcmsvtqp/step/step0.php

19 lines
741 B
PHP
Raw Normal View History

2024-12-02 13:57:08 +08:00
<!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>