add meta tags

This commit is contained in:
Daniel Bulant 2022-08-29 15:30:49 +02:00 committed by GitHub
parent f6cc92c888
commit c212e18761
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,11 @@
}
</script>
<svelte:head>
<title>Heaventaker - Daniel Bulant</title>
<meta name="description" content="A short game about solving puzzles in heaven and about pleasing your favorite angels. Playable online or on Android.">
</svelte:head>
<svelte:window on:scroll={scroll} />
<div class="relative">
@ -98,4 +103,4 @@
.button.play {
background: #006db3;
}
</style>
</style>