Mercurial Hosting > lang
view src/tools/hello_html.html @ 51:4581a20b8124
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 15 Aug 2025 23:24:38 +0900 |
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>