site/src/routes/blog/+page.svelte

12 lines
316 B
Svelte
Raw Normal View History

2024-04-02 23:01:04 -07:00
<script>
import UnderConstruction from '$lib/components/UnderConstruction.svelte';
</script>
<svelte:head>
<title>Youwen Wu | The Coredump</title>
<meta name="description" content="My blog on computer science, math, and more." />
<meta name="author" content="Youwen Wu" />
</svelte:head>
<UnderConstruction />