13 lines
332 B
HTML
Raw Normal View History

2024-10-05 19:42:29 +09:00
<!DOCTYPE html>
2024-10-23 10:07:45 +09:00
<html
xmlns:th="http://www.thymeleaf.org"
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
layout:decorate="~{layout/default_layout}">
2024-10-05 19:42:29 +09:00
<th:block layout:fragment="head">
</th:block>
2024-10-23 10:07:45 +09:00
<th:block layout:fragment="content" id="content">
<div id="main_layer"></div>
</th:block>
</html>