file_api/templates/index.html
2025-05-10 00:07:24 +08:00

21 lines
499 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> by Da_nuo & branulf | 2025
</center>
</body>
</html>