mirror of
https://github.com/danbulant/design
synced 2026-06-18 22:01:06 +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>
|
||||
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue