Mercurial Hosting > luan
comparison website/src/pil.html.luan @ 1216:5dbb552075ff
doctype
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 20 Mar 2018 15:27:08 -0600 |
parents | ca169567ce07 |
children | 1660136ac451 |
comparison
equal
deleted
inserted
replaced
1215:d2da8bfa2013 | 1216:5dbb552075ff |
---|---|
4 | 4 |
5 | 5 |
6 return function() | 6 return function() |
7 Io.stdout = Http.response.text_writer() | 7 Io.stdout = Http.response.text_writer() |
8 %> | 8 %> |
9 <!doctype html> | |
9 <html> | 10 <html> |
10 <head> | 11 <head> |
11 <title>Programming in Lua</title> | 12 <title>Programming in Lua</title> |
12 <style> | 13 <style> |
13 @import "/site.css"; | 14 @import "/site.css"; |