navigation.html (893B)
1 <nav> 2 <a href="/">🏠 Home</a> 3 <a href="/books">📚 Books</a> 4 <a href="/blog">📝 Blog</a> 5 <a href="/guides">💁 Guides</a> 6 <a href="/links">🔗 Links</a> 7 <a href="/contact">📧 Contact</a> 8 <a href="/donate">💰 Donate</a> 9 <div class="right"> 10 <a class="navimg" target="_blank" th:href="@{{baseUrl}/swagger-ui.html(baseUrl=${@serverUrl})}"> 11 <img alt="OpenAPI" title="API" src="/images/swagger.svg" width="20" height="20"> 12 </a> 13 <a class="navimg" target="_blank" href="https://gitlab.com/users/WimDupont/projects"> 14 <img alt="Git" title="Git" src="/images/git.png" width="20" height="20"> 15 </a> 16 <a class="navimg" href="/rss.xml"> 17 <img alt="RSS Feed" title="RSS Feed" src="/images/rssfeed.png" width="20" height="20"> 18 </a> 19 </div> 20 </nav>