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