annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10
b0b325565d30 add public tools
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
1 <!doctype html>
b0b325565d30 add public tools
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
2 <html lang="en">
b0b325565d30 add public tools
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
3 <head>
b0b325565d30 add public tools
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
4 <meta name="viewport" content="width=device-width, initial-scale=1">
b0b325565d30 add public tools
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
5 <title>Lang</title>
b0b325565d30 add public tools
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
6 <style>
b0b325565d30 add public tools
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
7 @import "/site.css";
b0b325565d30 add public tools
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
8 </style>
b0b325565d30 add public tools
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
9 <script src="https://cdn.jsdelivr.net/npm/markdown-it@14.1.0/dist/markdown-it.min.js"></script>
b0b325565d30 add public tools
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
10 <script src="/site.js"></script>
b0b325565d30 add public tools
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
11 </head>
b0b325565d30 add public tools
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
12 <body>
b0b325565d30 add public tools
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
13 <div content>
b0b325565d30 add public tools
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
14 <p>Hello HTML</p>
b0b325565d30 add public tools
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
15 </div>
b0b325565d30 add public tools
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
16 </body>
b0b325565d30 add public tools
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
17 </html>