Update version information in HTML page
All checks were successful
Build and Deploy Spring Boot / build-and-deploy (push) Successful in 41s
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:
parent
6ab557434a
commit
d8822ee158
@ -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>
|
Loading…
x
Reference in New Issue
Block a user