mirror of
https://github.com/danbulant/design
synced 2026-07-05 19:10:47 +00:00
add meta tags
This commit is contained in:
parent
f6cc92c888
commit
c212e18761
1 changed files with 6 additions and 1 deletions
|
|
@ -8,6 +8,11 @@
|
||||||
}
|
}
|
||||||
</script>
|
</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} />
|
<svelte:window on:scroll={scroll} />
|
||||||
|
|
||||||
<div class="relative">
|
<div class="relative">
|
||||||
|
|
@ -98,4 +103,4 @@
|
||||||
.button.play {
|
.button.play {
|
||||||
background: #006db3;
|
background: #006db3;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue