更新3.0

This commit is contained in:
admin
2025-03-28 17:00:42 +08:00
parent 86038423e1
commit 6cc49273b6
62 changed files with 6470 additions and 5240 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php require './templates/header.php';?>
<div class="section">
<div class="main">
<pre class="pact"><?php echo $license;?></pre>
</div>
</div>
<div class="btn-box">
<a href="./index.php?step=2" class="btn">接 受</a>
</div>
<?php require './templates/footer.php';?>