annotate website/src/examples/static.html @ 626:53a50c70c5e2

add Luan.assert_function() and Http.run_later()
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 17 Jan 2016 06:19:46 -0700
parents 12ee9a336b95
children 49cf706c326a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
388
12ee9a336b95 add more examples
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
1 <html>
12ee9a336b95 add more examples
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
2 <body>
12ee9a336b95 add more examples
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
3 <h1>Static HTML</h1>
12ee9a336b95 add more examples
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
4 <p>This is a static HTML page.</p>
12ee9a336b95 add more examples
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
5 <p>You can view the source in your browser.</p>
12ee9a336b95 add more examples
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
6 </body>
12ee9a336b95 add more examples
Franklin Schmidt <fschmidt@gmail.com>
parents:
diff changeset
7 </html>