official_website/install_foxcmsvtqp/step/step0.php

19 lines
741 B
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 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>