Mercurial Hosting > lang
view 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 |
line wrap: on
line source
<!doctype html> <html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Lang</title> <style> @import "/site.css"; </style> <script src="https://cdn.jsdelivr.net/npm/markdown-it@14.1.0/dist/markdown-it.min.js"></script> <script src="/site.js"></script> </head> <body> <div content> <p>Hello HTML</p> </div> </body> </html>