Mercurial Hosting > lang
annotate src/tools/hello_html.html @ 10:b0b325565d30
add public tools
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 21 Jul 2025 19:13:02 -0600 |
parents | |
children |
rev | line source |
---|---|
10 | 1 <!doctype html> |
2 <html lang="en"> | |
3 <head> | |
4 <meta name="viewport" content="width=device-width, initial-scale=1"> | |
5 <title>Lang</title> | |
6 <style> | |
7 @import "/site.css"; | |
8 </style> | |
9 <script src="https://cdn.jsdelivr.net/npm/markdown-it@14.1.0/dist/markdown-it.min.js"></script> | |
10 <script src="/site.js"></script> | |
11 </head> | |
12 <body> | |
13 <div content> | |
14 <p>Hello HTML</p> | |
15 </div> | |
16 </body> | |
17 </html> |