comparison src/login.html.luan @ 40:7ea33179592a

email notification
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 27 Feb 2025 16:44:20 -0700
parents 5a56297713a3
children 1aa50739475a
comparison
equal deleted inserted replaced
39:471b13e6ce2c 40:7ea33179592a
19 %> 19 %>
20 <!doctype html> 20 <!doctype html>
21 <html> 21 <html>
22 <head> 22 <head>
23 <% head() %> 23 <% head() %>
24 <style>
25 input[name=email] {
26 width: 300px;
27 max-width: 100%;
28 }
29 </style>
24 </head> 30 </head>
25 <body> 31 <body>
26 <% header() %> 32 <% header() %>
27 <div content> 33 <div content>
28 <h1>Login / Register</h1> 34 <h1>Login / Register</h1>