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

14 lines
392 B
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:th="http://www.thymeleaf.org"
layout:decorate="~{layouts/page-layout}">
<head>
<title>FAQ</title>
</head>
<div layout:fragment="page_subtitle">
<h1 class="title" th:text="#{'Frequently Asked Questions'}" ></h1>
</div>
<body layout:fragment="page_content" id="page_content">
<div class="section-space"></div>
</body>
</html>