Mercurial Hosting > luan
comparison website/src/blasma.html.luan @ 1931:28cd9b3abdb3
add lang
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 02 May 2025 10:24:38 -0600 |
parents | 31f006c64782 |
children | 047e4dde22b4 |
comparison
equal
deleted
inserted
replaced
1930:2b5eccebddd9 | 1931:28cd9b3abdb3 |
---|---|
9 | 9 |
10 return function() | 10 return function() |
11 Io.stdout = Http.response.text_writer() | 11 Io.stdout = Http.response.text_writer() |
12 %> | 12 %> |
13 <!doctype html> | 13 <!doctype html> |
14 <html> | 14 <html lang="en"> |
15 <head> | 15 <head> |
16 <% head() %> | 16 <% head() %> |
17 <title>Blasma</title> | 17 <title>Blasma</title> |
18 </head> | 18 </head> |
19 <body> | 19 <body> |