Mercurial Hosting > lang
view src/private/tools/chat_form.html @ 46:cc20eebaa74a
use openai tts
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 14 Aug 2025 11:27:34 +0900 |
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>