Update version information in HTML page
All checks were successful
Build and Deploy Spring Boot / build-and-deploy (push) Successful in 41s

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.
This commit is contained in:
hxuanyu 2024-11-04 20:04:29 +08:00
parent 6ab557434a
commit d8822ee158

View File

@ -1,6 +1,6 @@
<html> <html>
<body> <body>
<h1>hello word!!!</h1> <h1>hello word!!!</h1>
<p>this is a html page</p> <p>this is a html page v1.0</p>
</body> </body>
</html> </html>