Mercurial Hosting > hghosting
comparison src/index.html.luan @ 24:f9a4e674de75 default tip
add lang
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 02 May 2025 11:13:52 -0600 |
parents | e65668ff8822 |
children |
comparison
equal
deleted
inserted
replaced
23:7c9a45368af2 | 24:f9a4e674de75 |
---|---|
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>Mercurial Hosting</title> | 17 <title>Mercurial Hosting</title> |
18 <style> | 18 <style> |
19 h1 { | 19 h1 { |