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