Update continents.html

This commit is contained in:
jabyte 2018-05-10 13:13:58 +01:00 committed by GitHub
parent 300d6000db
commit 26521fb2ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<head>
<title>Arrays in Thymeleaf</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<head>
<title>Arrays in Thymeleaf</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h3>THE CONTINENTS</h3>
<p>
We have a total of <span th:text="${continents.length}"></span>
@ -44,5 +44,5 @@
th:text="${#arrays.isEmpty(continents)}"></span>.
</p>
</body>
</body>
</html