This commit is contained in:
Zsolt Ero
2024-06-24 02:25:14 +02:00
parent abf4a86cb4
commit c355fb6e8a
4 changed files with 10 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ const { title } = Astro.props
<img src="/logo.jpg" alt="logo" height="200" class="logo" />
<h1>{title}</h1>
<h1 set:html={title} />
<div class="icons">
<a href="https://github.com/hyperknot/openfreemap" target="_blank"