Zarro/source/src/pages/index.astro

17 lines
280 B
Text
Raw Normal View History

2024-10-23 13:59:28 -04:00
---
// 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>