Mercurial Hosting > lang
annotate src/private/tools/chat_form.html @ 72:5d274f7a4637 default tip
minor
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Mon, 25 Aug 2025 03:45:03 -0600 |
| parents | 255c36830154 |
| children |
| rev | line source |
|---|---|
| 3 | 1 <!doctype html> |
| 2 <html lang="en"> | |
| 3 <head> | |
| 7 | 4 <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 5 <style> | |
| 6 @import "/site.css"; | |
| 7 </style> | |
| 3 | 8 </head> |
| 9 <body> | |
| 7 | 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> | |
| 3 | 16 </body> |
| 17 </html> |
