Mercurial Hosting > luan
comparison examples/blog/src/index.html.luan @ 1216:5dbb552075ff
doctype
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 20 Mar 2018 15:27:08 -0600 |
parents | 21d157b153fe |
children | 4c2972f4d862 |
comparison
equal
deleted
inserted
replaced
1215:d2da8bfa2013 | 1216:5dbb552075ff |
---|---|
14 return function() | 14 return function() |
15 local query = Http.request.parameters.query | 15 local query = Http.request.parameters.query |
16 | 16 |
17 Io.stdout = Http.response.text_writer() | 17 Io.stdout = Http.response.text_writer() |
18 %> | 18 %> |
19 <!doctype html> | |
19 <html> | 20 <html> |
20 <head> | 21 <head> |
21 <style> | 22 <style> |
22 @import "/site.css"; | 23 @import "/site.css"; |
23 </style> | 24 </style> |