diff website/src/examples/hi.luan @ 1178:49cf706c326a

serve_for_nginx on port 8081
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 13 Feb 2018 22:44:06 -0700
parents 2113294ccc6d
children
line wrap: on
line diff
--- a/website/src/examples/hi.luan	Mon Feb 12 19:30:27 2018 -0700
+++ b/website/src/examples/hi.luan	Tue Feb 13 22:44:06 2018 -0700
@@ -5,6 +5,7 @@
 return function()
 	Io.stdout = Http.response.text_writer()
 %>
+<!doctype html>
 <html>
 	<body>
 		Hello World