aboutsummaryrefslogtreecommitdiff
path: root/src/lib/components/insult.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/components/insult.svelte')
-rw-r--r--src/lib/components/insult.svelte15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/lib/components/insult.svelte b/src/lib/components/insult.svelte
new file mode 100644
index 0000000..61c17ec
--- /dev/null
+++ b/src/lib/components/insult.svelte
@@ -0,0 +1,15 @@
+<script>
+ export let insult
+</script>
+
+<article>
+ <header>
+ Eres un/a
+ </header>
+ <main>
+ {insult}
+ </main>
+ <footer>
+ <a href="/">Insulto nuevo.</a>
+ </footer>
+</article>