Mercurial Hosting > lang
view 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 source
<!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>