diff --git a/src/components/NavHeader.astro b/src/components/NavHeader.astro index 283fdaa..0e3fb33 100644 --- a/src/components/NavHeader.astro +++ b/src/components/NavHeader.astro @@ -47,5 +47,6 @@ const optimizedBackgroundLQ = await getImage({ Other Pages | Portfolio | + Donate |

diff --git a/src/pages/pay-me.astro b/src/pages/pay-me.astro new file mode 100644 index 0000000..fc58c49 --- /dev/null +++ b/src/pages/pay-me.astro @@ -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"; +--- + + + +