]> gitweb.factorcode.org Git - factor.git/blob - basis/html/templates/fhtml/test/example.html
add DOCTYPE html in most places.
[factor.git] / basis / html / templates / fhtml / test / example.html
1 <!DOCTYPE html>
2 <html>
3     <head><title>Simple Embedded Factor Example</title></head>
4     <body>
5         <p>I like repetition</p><p>I like repetition</p><p>I like repetition</p><p>I like repetition</p><p>I like repetition</p>
6     </body>
7 </html>