Update index.html
Conform to https://www.w3.org/International/questions/qa-html-encoding-declarations Add mobile-friendly initial scaling - copy value found at svelte.dev, developer.mozilla.org etc.
This commit is contained in:
parent
cf3acc2a56
commit
29c367987f
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
<!doctype html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset='utf8'>
|
||||
<meta name='viewport' content='width=device-width'>
|
||||
<meta charset='utf-8'>
|
||||
<meta name='viewport' content='width=device-width,initial-scale=1'>
|
||||
|
||||
<title>Svelte app</title>
|
||||
|
||||
|
@ -15,4 +15,4 @@
|
|||
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue