Mercurial Hosting > lang
annotate 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 |
rev | line source |
---|---|
3 | 1 <!doctype html> |
2 <html lang="en"> | |
3 <head> | |
7 | 4 <meta name="viewport" content="width=device-width, initial-scale=1"> |
5 <style> | |
6 @import "/site.css"; | |
7 </style> | |
3 | 8 </head> |
9 <body> | |
10 <div content> | |
11 <h1>Private Tools</h1> | |
7 | 12 <p><a href="/">home</a></p> |
13 <p><a href="chat_form.html">chat</a></p> | |
3 | 14 <p><a href="lucene.html">lucene</a></p> |
15 </div> | |
16 </body> | |
17 </html> |