Update home page
This commit is contained in:
parent
ad25845ba9
commit
0907a9bba8
1 changed files with 17 additions and 0 deletions
|
@ -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>
|
Loading…
Reference in a new issue