From 0222d16a8ba5c5825362c03a5b3b410cd4fa40d1 Mon Sep 17 00:00:00 2001 From: sric <sirrcvip@126.com> Date: 星期四, 20 十一月 2025 23:51:44 +0800 Subject: [PATCH] Merge branch 'master' of https://git.v-ji.com/git/r/yujiu_web --- index.html | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/index.html b/index.html new file mode 100644 index 0000000..7529cbf --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html lang=""> + <head> + <meta charset="UTF-8"> + <link rel="icon" href="/favicon.ico"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title></title> + </head> + <body> + <div id="root"></div> + <script type="module" src="/src/main.js"></script> + </body> +</html> -- Gitblit v1.8.0