file_api/templates/index.html
2025-05-17 19:45:44 +08:00

21 lines
500 B
HTML

<!DOCTYPE html>
<html lang="zh_CN">
<head>
<meta charset="UTF-8">
<title>File api 主页</title>
</head>
<body>
<center>
<h1>File API 主页</h1>
</center>
<hr>
<p>&emsp;&emsp;这是本系统的基础页面,包含以下两个可用的请求方式:</p>
<br>
<p>&emsp; web 目录浏览:<a href="web">web</a></p>
<p>&emsp; api 请求: <a href="api">api</a> </p>
<hr>
<center>
<p>Powered by Da_nuo | 2025</p>
</center>
</body>
</html>