Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 69c78558e15016f7a8cdfa2ebba8c20bb6ca4d1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Help</title>
  <link rel="stylesheet" type="text/css" href="m/index.css">
  <script type="text/javascript" src="m/index.js"></script>
</head>
<body>
  <header id="h"></header>
  <div id="m">
    <aside id="t"></aside>
    <iframe id="c" name="c"></iframe>
  </div>
  <footer id="f"></footer>
</body>
</html>

Back to the top