Update welcome.html

This commit is contained in:
EoinGalvin 2023-04-18 12:28:38 +01:00 committed by GitHub
parent 6e71aaa44c
commit b4afb7d9f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
<html xmlns:th="https://www.thymeleaf.org" th:replace="~{fragments/layout :: layout (~{::body},'home')}">
<body>
<h2> Eoin Hello </h2>
<h2 th:text="#{welcome}">Welcome</h2>
<div class="row">
<div class="col-md-12">
@ -13,4 +13,4 @@
</body>
</html>
</html>