Mercurial Hosting > luan
comparison examples/blog/src/index.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 |
|---|---|
| 13 local query = Http.request.parameters.query | 13 local query = Http.request.parameters.query |
| 14 | 14 |
| 15 Io.stdout = Http.response.text_writer() | 15 Io.stdout = Http.response.text_writer() |
| 16 %> | 16 %> |
| 17 <!doctype html> | 17 <!doctype html> |
| 18 <html> | 18 <html lang="en"> |
| 19 <head> | 19 <head> |
| 20 <style> | 20 <style> |
| 21 @import "/site.css"; | 21 @import "/site.css"; |
| 22 </style> | 22 </style> |
| 23 </head> | 23 </head> |
