comparison examples/blog/src/new.luan @ 1216:5dbb552075ff

doctype
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 20 Mar 2018 15:27:08 -0600
parents 21d157b153fe
children
comparison
equal deleted inserted replaced
1215:d2da8bfa2013 1216:5dbb552075ff
15 return 15 return
16 end 16 end
17 17
18 Io.stdout = Http.response.text_writer() 18 Io.stdout = Http.response.text_writer()
19 %> 19 %>
20 <!doctype html>
20 <html> 21 <html>
21 <head> 22 <head>
22 <style> 23 <style>
23 @import "/site.css"; 24 @import "/site.css";
24 </style> 25 </style>