Mercurial Hosting > luan
diff website/src/tutorial.html.luan @ 386:db23f654f87d
make all of website use luan
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 23 Apr 2015 18:09:12 -0600 |
parents | 4118eb51c816 |
children | 23d075ce1e48 |
line wrap: on
line diff
--- a/website/src/tutorial.html.luan Thu Apr 23 14:17:24 2015 -0600 +++ b/website/src/tutorial.html.luan Thu Apr 23 18:09:12 2015 -0600 @@ -2,9 +2,9 @@ local Html = require "luan:Html" local Http = require "luan:web/Http" + function service() Io.stdout = Http.response.text_writer() - Io.stdout = Http.response.text_writer() Html.simply_html_page{ head = function() %> <title>Luan Tutorial</title>