]> git.llucax.com Git - software/bife/web.git/blob - templates/bife_page.tpl.html
Fixed typos.
[software/bife/web.git] / templates / bife_page.tpl.html
1 <HTML>
2     <HEAD>
3         <TITLE>{TITLE}</TITLE>
4     </HEAD>
5     <BODY>
6         <H1>{TITLE}</H1>
7         {CONTENTS}
8         <HR noshade="noshade" size="2"/>
9         <DIV style="text-align: right">
10             <A href="?S=1&B=1">Ver código fuente BIFE (archivo .xbf)</A> |
11             <A href="?S=1">Ver código fuente PHP (archivo .php)</A>
12         </DIV>
13     </BODY>
14 </HTML>