]> git.llucax.com Git - software/bife/bife-all.git/blob - examples/templates/bife_page.tpl.html
Removed \n at the end of the file and added a VIM option to keep it as is.
[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>