Mercurial Hosting > lang
comparison src/private/tools/chat_form.html @ 7:255c36830154
chat tools
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Fri, 18 Jul 2025 17:42:45 -0600 |
| parents | src/private/tools/index.html.luan@eee6d4f59811 |
| children |
comparison
equal
deleted
inserted
replaced
| 6:025bb19b65b1 | 7:255c36830154 |
|---|---|
| 1 <!doctype html> | |
| 2 <html lang="en"> | |
| 3 <head> | |
| 4 <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| 5 <style> | |
| 6 @import "/site.css"; | |
| 7 </style> | |
| 8 </head> | |
| 9 <body> | |
| 10 <form content action="chat.html"> | |
| 11 <h1>Chat</h1> | |
| 12 <p>Chat ID: <input name=chat autofocus></p> | |
| 13 <p><label clickable><input type=checkbox name=markdown checked> Render markdown</label></p> | |
| 14 <p><input type=submit></p> | |
| 15 </form> | |
| 16 </body> | |
| 17 </html> |
