From d8822ee15864d857ee659a347149d5cab15e8427 Mon Sep 17 00:00:00 2001 From: hxuanyu <2252193204@qq.com> Date: Mon, 4 Nov 2024 20:04:29 +0800 Subject: [PATCH] Update version information in HTML page Changed the description of the HTML page to include version "v1.0", indicating the first release. This helps in tracking changes and versions more effectively. --- src/main/resources/static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html index 89bb8ba..4a1c595 100644 --- a/src/main/resources/static/index.html +++ b/src/main/resources/static/index.html @@ -1,6 +1,6 @@
this is a html page
+this is a html page v1.0
\ No newline at end of file