annotate website/src/examples/static.html @ 2167:1f384f9acb1c default tip

fix; use absolute path for acme challenge dir in Https.luan
author Violet7
date Sun, 08 Feb 2026 14:42:01 -0800
parents 28cd9b3abdb3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1178
49cf706c326a serve_for_nginx on port 8081
Franklin Schmidt <fschmidt@gmail.com>
parents: 388
diff changeset
1 <!doctype html>
1931
28cd9b3abdb3 add lang
Franklin Schmidt <fschmidt@gmail.com>
parents: 1178
diff changeset
2 <html lang="en">
388
12ee9a336b95 add more examples
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
3 <body>
12ee9a336b95 add more examples
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
4 <h1>Static HTML</h1>
12ee9a336b95 add more examples
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
5 <p>This is a static HTML page.</p>
12ee9a336b95 add more examples
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
6 <p>You can view the source in your browser.</p>
12ee9a336b95 add more examples
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
7 </body>
12ee9a336b95 add more examples
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
8 </html>