Files
dc-observatio/services/pcp-ui-service/src/main/resources/templates/index.html
T
Дмитрий Соловьев d48ddd2657 Init
2026-05-25 14:23:52 +03:00

12 lines
279 B
HTML

<!DOCTYPE HTML>
<html xmlns:th="http://www.thymeleaf.org"
xmlns:layout="http://www.w3.org/1999/xhtml"
layout:decorate="~{layouts/main-layout}">
<head>
<title>ПЦП</title>
</head>
<body>
<th:block layout:fragment="content">
</th:block>
</body>
</html>