Merge pull request #54 from bevand10/patch-1
fix: correct charset declaration +
This commit is contained in:
commit
5229054439
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
<!doctype html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue