Skip to content

Commit 4bb2351

Browse files
committed
Updates on TriangleClassification
1 parent 6bc1a31 commit 4bb2351

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

jdk_21_maven/cs/web/triangle-ssr/src/main/resources/templates/equilateral.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
</head>
66
<body>
77
<h2><span th:text="${output}"></span></h2>
8-
<a href="/index"> << Go back</a>
8+
<a href="/"> << Go back</a>
99
</body>
1010
</html>

jdk_21_maven/cs/web/triangle-ssr/src/main/resources/templates/isosceles.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
</head>
66
<body>
77
<h2><span th:text="${output}"></span></h2>
8-
<a href="/index"> << Go back</a>
8+
<a href="/"> << Go back</a>
99
</body>
1010
</html>

jdk_21_maven/cs/web/triangle-ssr/src/main/resources/templates/notTriangle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
</head>
66
<body>
77
<h2><span th:text="${output}"></span></h2>
8-
<a href="/index"> << Go back</a>
8+
<a href="/"> << Go back</a>
99
</body>
1010
</html>

jdk_21_maven/cs/web/triangle-ssr/src/main/resources/templates/scalene.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
</head>
66
<body>
77
<h2><span th:text="${output}"></span></h2>
8-
<a href="/index"> << Go back</a>
8+
<a href="/"> << Go back</a>
99
</body>
1010
</html>

0 commit comments

Comments
 (0)