Add donation page
This commit is contained in:
parent
a25e8c2d07
commit
79e8144fe2
2 changed files with 13 additions and 0 deletions
12
src/pages/pay-me.astro
Normal file
12
src/pages/pay-me.astro
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
import Donations from "../components/Donations.astro";
|
||||
import BaseLayout from "../layouts/BaseLayout.astro";
|
||||
import "../styles/aria.css";
|
||||
|
||||
const pageTitle = "Give Aria money";
|
||||
const description = "Hey look sometime you gotta give your wealth to a cute girl";
|
||||
---
|
||||
|
||||
<BaseLayout pageTitle={pageTitle} description={description}>
|
||||
<Donations />
|
||||
</BaseLayout>
|
Loading…
Add table
Add a link
Reference in a new issue