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:
Dave Bevan 2019-07-16 08:16:22 +01:00 committed by GitHub
parent cf3acc2a56
commit 29c367987f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>