comparison src/login.html.luan @ 94:8c3b56bb0c83

add lang
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 02 May 2025 10:41:18 -0600
parents 38c209714df9
children
comparison
equal deleted inserted replaced
93:d0566cc4a2ac 94:8c3b56bb0c83
16 local with = Http.request.parameters.with 16 local with = Http.request.parameters.with
17 with = to_list(with) 17 with = to_list(with)
18 Io.stdout = Http.response.text_writer() 18 Io.stdout = Http.response.text_writer()
19 %> 19 %>
20 <!doctype html> 20 <!doctype html>
21 <html> 21 <html lang="en">
22 <head> 22 <head>
23 <% head() %> 23 <% head() %>
24 <style> 24 <style>
25 input[name=email] { 25 input[name=email] {
26 width: 300px; 26 width: 300px;