summaryrefslogtreecommitdiff
path: root/index.html
blob: d4ddd6cf4aac28b820cd3846e8e60e23a13b0b01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<html>
  <head>
    <title>relabi</title>
    <meta
      name="viewport"
      content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=no;"
    />
    <style>
      html,
      body {
        overflow: hidden;
      }
      body {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica,
          Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
          "Segoe UI Symbol";
        color: white;
        text-shadow: 0 0 1px #000;
        transition: background-color 100ms;
        user-select: none;
      }
    </style>
  </head>
  <body></body>
  <script src="dist/main.js"></script>
</html>