mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
5f4c19da35
Co-authored-by: Opender Singh <opender.singh@konghq.com>
27 lines
727 B
HTML
27 lines
727 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta
|
|
http-equiv="Content-Security-Policy"
|
|
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://*;"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<div
|
|
id="dropdowns-container"
|
|
style="
|
|
z-index: 99999;
|
|
position: fixed;
|
|
right: -90000px;
|
|
top: -90000px;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
"
|
|
></div>
|
|
<div id="graphql-explorer-container"></div>
|
|
<script src="bundle.js" type="application/javascript"></script>
|
|
</body>
|
|
</html>
|