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