]> git.llucax.com Git - software/bife/base.git/blob - examples/index.xbf
Improved example.
[software/bife/base.git] / examples / index.xbf
1 <?xml version="1.0" encoding="UTF-8"?>
2 <Page title="Hello world!">
3     <Title>BIFE is working!</Title>
4     <H3>Translate Fallback is working too!</H3>
5     <P>This is a very bad use for BIFE, because I'm writing HTML :-P</P>
6     <Title>A little of 'real' use</Title>
7     <P>Here's a <Link bife="link.xbf">link</Link> to another BIFE file</P>
8     <HR noshade="noshade" size="2"/>
9     <Link data-s="1" data-b="1">View BIFE (xbf) source</Link> |
10     <Link data-s="1">View PHP source</Link>
11 </Page>