Initial commit

This commit is contained in:
2025-01-07 17:55:50 +08:00
commit eab1d70061
86 changed files with 2772 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<?php
?>
<!DOCTYPE html>
<html lang="Zh-CN">
<head>
<title>main</title>
</head>
<body>
<iframe src="top.html"></iframe>
<iframe src="left.html"></iframe>
<iframe src="right.html"></iframe>
</body>
</html>