Mercurial Hosting > lang
view src/private/tools/chat_form.html @ 34:0fb3488a017d
show_text
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 04 Aug 2025 23:06:19 -0600 |
parents | 255c36830154 |
children |
line wrap: on
line source
<!doctype html> <html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> @import "/site.css"; </style> </head> <body> <form content action="chat.html"> <h1>Chat</h1> <p>Chat ID: <input name=chat autofocus></p> <p><label clickable><input type=checkbox name=markdown checked> Render markdown</label></p> <p><input type=submit></p> </form> </body> </html>