marinesco/src/main/resources/templates/fragments/footer.html

10 lines
180 B
HTML
Raw Normal View History

2023-12-29 22:38:26 +03:00
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div th:fragment="footer">
<a href="https://redrise.ru">&copy; 2023 Dmitry Isaenko</a>
</div>
</body>
</html>