OSDN Git Service

64ec99930145ac53de8569bb5865d54f86effe53
[ethna/ethna.git] / skel / template.layout.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 {$content}
9 </body>
10 </html>