summaryrefslogtreecommitdiff
path: root/src/components/Footer.astro
blob: f5de8b8581c31a9a6b6964588e196f13e062d2e9 (plain)
1
2
3
4
5
6
7
8
9
---

---

<footer class="dark">
  <p class="btn back-to-top-link">
    <a href="#main">▴ Back til tap</a>
  </p>
</footer>