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