mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
12 lines
333 B
Svelte
12 lines
333 B
Svelte
<script lang="ts">
|
|
import Hero from "$lib/Hero.svelte";
|
|
import SvelteSeo from "svelte-seo";
|
|
</script>
|
|
<SvelteSeo
|
|
title="Jade Ellis"
|
|
description="Student, Creative & Computer Scientist. See what I'm doing."
|
|
canonical="https://jade.ellis.link"
|
|
/>
|
|
<Hero />
|
|
<a rel="me" href="https://tech.lgbt/@JadedBlueEyes">Mastodon</a>
|