JavaScript appears to be disabled on your web browser, some functions may not work such as opening menus.
SudoVanilla Ark
Ark
---
// 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>