]>
Commit | Line | Data |
---|---|---|
1 | <script> | |
2 | import { locale } from 'svelte-i18n'; | |
3 | import NewPrompt from '$lib/components/new_prompt.svelte'; | |
4 | </script> | |
5 | ||
6 | <svelte:head> | |
7 | <title>prompt @ unlimited.pizza</title> | |
8 | <meta name="description" content="Writing prompts delivered to your DOOR" /> | |
9 | </svelte:head> | |
10 | ||
11 | <NewPrompt locale={$locale}/> |