12 lines
283 B
HTML
Executable File
12 lines
283 B
HTML
Executable File
<!-- turn on quirks mode for IE -->
|
|
{doctype}
|
|
<head>
|
|
{meta}
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<link rel="shortcut icon" href="/images/faviconlurana.ico" type="image/x-icon"/>
|
|
{header}
|
|
</head>
|
|
<body {dirBody}>
|
|
{bodyTemplate}
|
|
</body>
|
|
</html> |