comparison website/src/manual_old.html.luan @ 1931:28cd9b3abdb3

add lang
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 02 May 2025 10:24:38 -0600
parents 50e570b598b2
children
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>Luan Reference Manual</title> 17 <title>Luan Reference Manual</title>
18 <style> 18 <style>
19 div[contents] { 19 div[contents] {