Update continents.html
This commit is contained in:
parent
300d6000db
commit
26521fb2ff
@ -1,11 +1,11 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html xmlns:th="http://www.thymeleaf.org">
|
<html xmlns:th="http://www.thymeleaf.org">
|
||||||
<head>
|
<head>
|
||||||
<title>Arrays in Thymeleaf</title>
|
<title>Arrays in Thymeleaf</title>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h3>THE CONTINENTS</h3>
|
<h3>THE CONTINENTS</h3>
|
||||||
<p>
|
<p>
|
||||||
We have a total of <span th:text="${continents.length}"></span>
|
We have a total of <span th:text="${continents.length}"></span>
|
||||||
@ -44,5 +44,5 @@
|
|||||||
th:text="${#arrays.isEmpty(continents)}"></span>.
|
th:text="${#arrays.isEmpty(continents)}"></span>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html
|
</html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user