Mercurial Hosting > lang
annotate src/tools/hello_html.html @ 71:44bec62c49e2
split ask
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Sun, 24 Aug 2025 08:32:08 -0600 |
| parents | b0b325565d30 |
| 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> |
