myMedisys/tomcatfiles/mymedisys-frontend/WEB-INF/classes/templates/page/home.html
2023-09-06 05:56:42 +05:30

18 lines
475 B
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:th="http://www.thymeleaf.org"
layout:decorate="~{layouts/blank-layout}">
<head>
<title>Home</title>
</head>
<div layout:fragment="page_subtitle">
</div>
<body layout:fragment="page_content" id="page_content">
<div style="padding: 70px 0;text-align: center;">
<h1 class="title" th:text="#{'Welcome to i-Care'}" ></h1>
</div>
<div class="section-space"></div>
<div class="card-body">
</div>
</body>
</html>