annotate website/src/examples/static.html @ 433:c6bcb8859b93

make LuanState.registry a Map; remove generics from DeepCloneable; add Map support to DeepCloner;
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 03 May 2015 15:45:39 -0600
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>