annotate src/tools/hello_html.html @ 35:3117876debca
ai_first_message in textarea
author |
Franklin Schmidt <fschmidt@gmail.com> |
date |
Tue, 05 Aug 2025 16:41:29 -0600 |
parents |
b0b325565d30 |
children |
|
rev |
line source |
10
|
1 <!doctype html>
|
|
2 <html lang="en">
|
|
3 <head>
|
|
4 <meta name="viewport" content="width=device-width, initial-scale=1">
|
|
5 <title>Lang</title>
|
|
6 <style>
|
|
7 @import "/site.css";
|
|
8 </style>
|
|
9 <script src="https://cdn.jsdelivr.net/npm/markdown-it@14.1.0/dist/markdown-it.min.js"></script>
|
|
10 <script src="/site.js"></script>
|
|
11 </head>
|
|
12 <body>
|
|
13 <div content>
|
|
14 <p>Hello HTML</p>
|
|
15 </div>
|
|
16 </body>
|
|
17 </html>
|