Skip to content

Commit 4662218

Browse files
authored
A bit of marketing
1 parent cf65690 commit 4662218

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/routes/+layout.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
let { children } = $props();
44
</script>
55

6+
<svelte:head>
7+
<title>Fetch GitHub Repository Information for free - GitCalc</title>
8+
</svelte:head>
9+
610
<div class="relative flex min-h-screen items-center justify-center bg-gray-100 p-4">
711
{@render children()}
812
</div>

0 commit comments

Comments
 (0)