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>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset='utf8'>
|
<meta charset='utf-8'>
|
||||||
<meta name='viewport' content='width=device-width'>
|
<meta name='viewport' content='width=device-width,initial-scale=1'>
|
||||||
|
|
||||||
<title>Svelte app</title>
|
<title>Svelte app</title>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue