aboutsummaryrefslogtreecommitdiff
path: root/playground/index.html
blob: 74875697523d1aa8169ff6d503bc1ad1131917a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <title>@eeeooolll/graphiql · playground</title>
    <style>
      html, body, #app { height: 100%; margin: 0; }
      body { background: #1e1e1e; color: #d4d4d4; font-family: ui-monospace, SFMono-Regular, monospace; }
    </style>
  </head>
  <body>
    <div id="app"></div>
    <script type="module" src="./src/main.ts"></script>
  </body>
</html>