aboutsummaryrefslogtreecommitdiff
path: root/src/routes/index.svelte
blob: 13bb4d08d34c2b5cfb9d6a07b2c7b73cae85410f (plain)
1
2
3
4
5
6
7
8
9
10
<script>
  import NewInsult from '$lib/components/new_insult.svelte';
</script>

<svelte:head>
  <title>insultos @ unlimited.pizza</title>
  <meta name="description" content="Insultos para toda la familia." />
</svelte:head>

<NewInsult />