From 53783e6f890c2527ff373f49ebb4e65be9a5f7f1 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期一, 15 四月 2024 15:49:53 +0800 Subject: [PATCH] # --- index.html | 25 ++++++++++++++----------- 1 files changed, 14 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 0c589ec..243c093 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,16 @@ <!doctype html> <html lang="en"> - <head> - <meta charset="UTF-8" /> - <link rel="icon" type="image/svg+xml" href="/vite.svg" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>Vite + React</title> - </head> - <body> - <div id="root"></div> - <script type="module" src="/src/main.jsx"></script> - </body> -</html> + +<head> + <meta charset="UTF-8" /> + <link rel="icon" type="image/svg+xml" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <title>3D - AS/RS</title> +</head> + +<body> + <div id="root"></div> + <script type="module" src="/src/main.jsx"></script> +</body> + +</html> \ No newline at end of file -- Gitblit v1.9.1