Set title in HTML page as well as Svelte app

Didn't realise that's where it was being set all along 😅
This commit is contained in:
Badri Sunderarajan 2022-08-05 11:00:26 +05:30 committed by Badri
parent 38b1aff162
commit e00d44f9e7
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<title>Svelte app</title>
<title>Ghost User Maker</title>
<link rel='icon' type='image/png' href='/favicon.png'>
<link rel='stylesheet' href='/global.css'>