comparison examples/blog/src/edit.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
18 return 18 return
19 end 19 end
20 20
21 Io.stdout = Http.response.text_writer() 21 Io.stdout = Http.response.text_writer()
22 %> 22 %>
23 <!doctype html>
23 <html> 24 <html>
24 <head> 25 <head>
25 <style> 26 <style>
26 @import "/site.css"; 27 @import "/site.css";
27 </style> 28 </style>