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