Mercurial Hosting > lang
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/tools/hello_html.html Mon Jul 21 19:13:02 2025 -0600 @@ -0,0 +1,17 @@ +<!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>