修改主页日志日期问题

This commit is contained in:
2025-08-05 03:01:02 +08:00
parent c25ae6bdca
commit ef2c204bae
5 changed files with 110 additions and 13 deletions

13
public/blog/master/index.php Executable file
View File

@@ -0,0 +1,13 @@
<title>master</title>
<style>
body { font-family: Arial, sans-serif; padding: 20px; }
textarea { width: 400px; height: 150px; }
input[type="submit"] { padding: 10px 20px; font-size: 16px; cursor: pointer; }
</style>
<form action="post_data.php" method="POST">
<textarea name="data" placeholder="在这里输入数据..."></textarea>
<br>
<br>
<input type="submit" value="保存数据">
</form>