diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/private/tools/chat_form.html	Fri Jul 18 17:42:45 2025 -0600
@@ -0,0 +1,17 @@
+<!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>