Mercurial Hosting > luan
comparison examples/blog/src/new.html.luan @ 1931:28cd9b3abdb3
add lang
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 02 May 2025 10:24:38 -0600 |
parents | ad5647031343 |
children |
comparison
equal
deleted
inserted
replaced
1930:2b5eccebddd9 | 1931:28cd9b3abdb3 |
---|---|
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 <!doctype html> |
21 <html> | 21 <html lang="en"> |
22 <head> | 22 <head> |
23 <style> | 23 <style> |
24 @import "/site.css"; | 24 @import "/site.css"; |
25 </style> | 25 </style> |
26 </head> | 26 </head> |