Mercurial Hosting > lang
diff src/private/tools/tools.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 | ff7e5a8b649a |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/private/tools/tools.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> + <div content> + <h1>Private Tools</h1> + <p><a href="/">home</a></p> + <p><a href="chat_form.html">chat</a></p> + <p><a href="lucene.html">lucene</a></p> + </div> + </body> +</html>