Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9370dc4 + c6cd9b5 commit 349704aCopy full SHA for 349704a
src/main/resources/templates/home.html
@@ -1,10 +1,10 @@
1
<html>
2
<head>
3
- <title>HelloWorld Sample App - Intuit</title>
+ <title>Hello, World! Sample App - Intuit</title>
4
<link rel="stylesheet" type="text/css" href="../static/css/style.css" th:href="@{css/style.css}"/>
5
</head>
6
<body>
7
- <h3>Welcome to the Intuit's HelloWorld Sample App!</h3>
+ <h3>Welcome to the Intuit's Hello, World! Sample App!</h3>
8
Before using this app, please make sure you do the following:
9
<ul>
10
<li>
@@ -48,4 +48,4 @@ <h3>Welcome to the Intuit's HelloWorld Sample App!</h3>
48
</script>
49
50
</body>
51
-</html>
+</html>
0 commit comments