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

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