]> git.llucax.com Git - software/bife/bife-all.git/blob - examples/templates/bife_page.tpl.html
- Fixed examples.
[software/bife/bife-all.git] / examples / templates / bife_page.tpl.html
1 <HTML>
2     <HEAD>
3         <TITLE>{TITLE}</TITLE>
4     </HEAD>
5     <BODY>
6         <H1>{TITLE}</H1>
7         {CONTENTS}
8     </BODY>
9 </HTML>