Add title and description to placeholder pages

This commit is contained in:
Neshura 2024-01-02 02:11:51 +01:00
parent b1a2471841
commit ab0346b95c
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
3 changed files with 14 additions and 1 deletions
src/routes/about

View file

@ -0,0 +1,4 @@
<svelte:head>
<title>About</title>
<meta name="description" content="Information about this Website">
</svelte:head>