Skip to content

Commit eccfad5

Browse files
Add page title
1 parent 6a64d20 commit eccfad5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web/src/routes/+page.svelte

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
let saved_queries: { id: number; in: string; out: string }[] = $state([]);
1919
</script>
2020

21+
<svelte:head>
22+
<title>cpc</title>
23+
<meta name="description" content="Text calculator with support for units and conversion" />
24+
</svelte:head>
25+
2126
<main class="w-full px-4 lg:px-8 text-base lg:text-lg">
2227
<nav class="flex items-center justify-between py-4 lg:py-6">
2328
<h1 class="text-3xl font-bold text-amber-600 dark:text-amber-400">

0 commit comments

Comments
 (0)