OSDN Git Service

- initially set default timezone for PHP 5.3.0.
[ethna/ethna.git] / skel / template.index.tpl
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset={$client_enc}" />
5 <link rel="stylesheet" href="{$config.url}css/ethna.css" type="text/css" />
6 </head>
7 <body>
8
9 <div id="header">
10     <h1>{$project_id}</h1>
11 </div>
12
13 <div id="main">
14     <h2>Index Page</h2>
15     <p>hello, world!</p>
16 </div>
17
18 <div id="footer">
19     Powered By <a href="http://ethna.jp">Ethna</a>-{$smarty.const.ETHNA_VERSION}.
20 </div>
21
22 </body>
23 </html>