annotate website/src/examples/static.html @ 1402:27efb1fcbcb5

move luan.lib to goodjava
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 17 Sep 2019 01:35:01 -0400
parents 49cf706c326a
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>
388
12ee9a336b95 add more examples
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
2 <html>
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>