Spaces:
Sleeping
Sleeping
File size: 401 Bytes
07c3cdd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | <!-- 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/favicon.ico" type="image/x-icon"/>
{header}
<style>
.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td {
box-sizing: border-box;
}
</style>
</head>
<body {dirBody}>
{bodyTemplate}
</body>
</html> |