21 lines
337 B
HTML
21 lines
337 B
HTML
<!doctype html>
|
|
<html id="zim">
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<title></title>
|
|
<link id="layout-css" rel="stylesheet" href="../-/layout.css">
|
|
<!--
|
|
<%B/<%title%>%>
|
|
-->
|
|
</head>
|
|
<body id="zim">
|
|
<div id="content" class="mw-body" role="main">
|
|
<div id="bodyContent" class="mw-body-content">
|
|
<!--
|
|
<%A/<%title%>%>
|
|
-->
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|