Update home page

This commit is contained in:
Korbs 2024-10-23 13:59:28 -04:00
parent ad25845ba9
commit 0907a9bba8

View file

@ -0,0 +1,17 @@
---
// Layout
import Base from "@layouts/Base.astro";
---
<Base>
<a href="http://localhost:1550/web?=Queen%20Band">Example Search</a>
<br class="full"/>
</Base>
<style is:global>
footer {
position: absolute;
bottom: 0px;
width: 100%;
max-width: 1200px;
}
</style>