24 lines
932 B
PHP
24 lines
932 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>
|
|
<a href="?step=2">
|
|
<button class="foxui-solid-primary foxui-size-medium">
|
|
<span>进入安装</span>
|
|
<i class="foxui-icon-xiangyou-o"></i>
|
|
</button>
|
|
</a>
|
|
</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>
|