15 lines
489 B
HTML
15 lines
489 B
HTML
<!--
|
|
~ Copyright (C) 2021 Anton Romanov - All Rights Reserved
|
|
~ You may use, distribute and modify this code, please write to: romanov73@gmail.com.
|
|
~
|
|
-->
|
|
|
|
<!DOCTYPE html SYSTEM "http://www.thymeleaf.org/dtd/xhtml1-strict-thymeleaf-spring4-4.dtd">
|
|
<html xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorate="~{default}">
|
|
<div class="container" layout:fragment="content">
|
|
<a href="/public/docs/polozh.docx">
|
|
Положение
|
|
</a>
|
|
</div>
|
|
</html>
|