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.
6 lines
84 B
HTML
6 lines
84 B
HTML
<html>
|
|
<body>
|
|
<h1>hello word!!!</h1>
|
|
<p>this is a html page v1.0</p>
|
|
</body>
|
|
</html> |