]> git.llucax.com Git - software/bife/bife-all.git/blob - album/examples/templates/bife_page.tpl.html
Added a default index.xbf file if URL ends with '/' (points to a directory).
[software/bife/bife-all.git] / album / 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>