mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-14 11:14:39 +00:00
actually declare doctype, oops
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!doctype>
|
||||
<html lang='en'>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<meta name='viewport' content='width=device-width'>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<!doctype>
|
||||
<html lang='en'>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<meta name='viewport' content='width=device-width'>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<!doctype>
|
||||
<html lang='en'>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<meta name='viewport' content='width=device-width'>
|
||||
|
||||
Reference in New Issue
Block a user