diff options
Diffstat (limited to 'playground/index.html')
| -rw-r--r-- | playground/index.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/playground/index.html b/playground/index.html new file mode 100644 index 0000000..7487569 --- /dev/null +++ b/playground/index.html @@ -0,0 +1,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> |