feat(frontend): add static shell + index page
This commit is contained in:
parent
01c281ca80
commit
04835f31b6
6 changed files with 118 additions and 0 deletions
8
frontend/src/components/FooterStrip.astro
Normal file
8
frontend/src/components/FooterStrip.astro
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
---
|
||||
<footer class="footer">
|
||||
<div class="footer-bot">
|
||||
<span>denpa.fm — a tiny independent radio · est. 2026</span>
|
||||
<span><a href="https://denpa.femboy.page/status-json.xsl">icecast status</a></span>
|
||||
</div>
|
||||
</footer>
|
||||
Loading…
Add table
Add a link
Reference in a new issue