<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<body>
<div th:fragment="logo">
<div class="text-center" style="padding: 20px 0;">
<a th:href="@{/}">
<img th:src="@{/images/opds_logo.png}" alt="SOPDS" style="height: 80px;">
</a>
<h2 style="margin: 10px 0 0 0; color: #2c3e50;">Simple OPDS Catalog</h2>
<p class="subheader" style="color: #7f8c8d;">Версия на Java Spring Boot</p>
</div>
</div>
</body>
</html>