kcgFileManager/src/main/resources/templates/admin/modifyRequest.html

10 lines
338 B
HTML
Raw Normal View History

2021-11-24 09:27:36 +00:00
<!DOCTYPE html>
2021-11-25 06:00:10 +00:00
<html lang="ko"
xmlns:th="http://www.thymeleaf.org"
xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity5"
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
layout:decorate="~{layout/layout}">
<div layout:fragment="content">
2021-11-29 09:38:48 +00:00
<h1>modifyRequest Page.</h1>
2021-11-25 06:00:10 +00:00
</div>
2021-11-24 09:27:36 +00:00
</html>