2016-03-22 18:20:05 +00:00
|
|
|
<!DOCTYPE html>
|
2018-12-11 22:02:30 +00:00
|
|
|
<html lang="en-US">
|
2019-05-29 20:37:39 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta
|
|
|
|
http-equiv="Content-Security-Policy"
|
2020-04-26 21:08:50 +00:00
|
|
|
content="default-src * insomnia://*; img-src blob: data: * insomnia://*; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; media-src blob: data: mediastream: * insomnia://*;"
|
2019-05-29 20:37:39 +00:00
|
|
|
/>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
2020-04-26 20:33:39 +00:00
|
|
|
<div
|
|
|
|
id="dropdowns-container"
|
|
|
|
style="z-index:99999;position:fixed;right:-90000px;top:-90000px;width:100vw;height:100vh;"
|
|
|
|
></div>
|
2019-07-31 15:05:43 +00:00
|
|
|
<div id="graphql-explorer-container"></div>
|
2019-05-29 20:37:39 +00:00
|
|
|
<script src="bundle.js" type="application/javascript"></script>
|
|
|
|
</body>
|
2016-03-22 18:20:05 +00:00
|
|
|
</html>
|