diff website/src/tutorial.html.luan @ 1216:5dbb552075ff

doctype
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 20 Mar 2018 15:27:08 -0600
parents 48506d03e230
children 4c2972f4d862
line wrap: on
line diff
--- a/website/src/tutorial.html.luan	Tue Mar 20 12:57:37 2018 -0600
+++ b/website/src/tutorial.html.luan	Tue Mar 20 15:27:08 2018 -0600
@@ -7,6 +7,7 @@
 return function()
 	Io.stdout = Http.response.text_writer()
 %>
+<!doctype html>
 <html>
 <head>
 	<title>Luan Tutorial</title>
@@ -79,6 +80,7 @@
 	return function()
 		Io.stdout = Http.response.text_writer()
 	%>
+	<!doctype html>
 	<html>
 		<body>
 			Hello World