This commit is contained in:
2025-09-13 01:22:15 +08:00
parent 155e05fd6d
commit 1a4b8551a0
674 changed files with 146276 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<?php
$path = $_SERVER['DOCUMENT_ROOT'].'/static/index.html';
$html = file_get_contents($path);
echo $html;