openflexure-microscope-server/openflexure_microscope/api/static/public/http_base_frame.html
2021-04-07 09:49:09 +00:00

15 lines
467 B
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript"
onload="loadImJoyRPCByQueryString().then((imjoyRPC)=&gt;{imjoyRPC.waitForInitialization({target_origin: &#39;*&#39;})})"
src="https://lib.imjoy.io/imjoy-loader.js"></script>
<script src="https://lib.imjoy.io/imjoy-rpc.min.js"></script>
<style>
body {
overscroll-behavior: contain;
}
</style>
</head>
<body></body>
</html>