actually declare doctype, oops

This commit is contained in:
Rich Harris
2017-12-20 16:54:00 -05:00
parent 3bdf9dd9dc
commit 821f7f60ba
3 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
<!doctype>
<html lang='en'>
<!doctype html>
<html>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width'>

View File

@@ -1,5 +1,5 @@
<!doctype>
<html lang='en'>
<!doctype html>
<html>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width'>

View File

@@ -1,5 +1,5 @@
<!doctype>
<html lang='en'>
<!doctype html>
<html>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width'>