diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..106de11
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,211 @@
+
+
+
+
+
+ 对象存储管理
+
+
+
+
+
对象存储管理
+
+
+
初始化
+
+
+
+
+
+
+
+
+
当前 API Key
+
+
+
+
+
+
+
+
+
+
+
文件列表
+
+
+
+ | 文件名 |
+ 大小 |
+ 操作 |
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/index.js b/src/index.js
index f4428aa..8398abb 100644
--- a/src/index.js
+++ b/src/index.js
@@ -7,6 +7,8 @@ const path = require('path');
const app = express();
app.use(express.json());
+app.use(express.static('public'));
+
const routes = require('./routes');
app.use('/api', routes);