aboutsummaryrefslogtreecommitdiff
path: root/hsm-web/Html/index.html
blob: 60ec1a3ef4bda241495a223951a8c097764ae255 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
  <head>
    <title>HsMouse Monitor</title>
    <meta charset="utf-8"/>
  </head>
  <body>
    <h1>HsMouse</h1>
  </body>
  <script>
  </script>
  <style>
    body, html {
      background-color: #002b36;
      color: #586e75;
      font-family: monospace;
      height: 100%;
      margin: 0;
      position: relative;
    }
  </style>
</html>