annotate website/src/examples/static.html @ 453:99b0d9333483

Added tag 0.7 for changeset 56c23aa70045
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 05 May 2015 19:03:59 -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>