Newer
Older
simple-opds / src / main / resources / templates / fragments / logo.html
<!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/sopds_logo.gif}" 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>