mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-25 15:38:56 +00:00
35 lines
1.0 KiB
HTML
35 lines
1.0 KiB
HTML
<!doctype html>
|
|
<meta charset=utf-8>
|
|
<title>JS Bin Runner</title>
|
|
|
|
<style type="text/css">
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
background: transparent;
|
|
}
|
|
iframe {
|
|
border: none;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
</style>
|
|
|
|
<div id="sandbox-wrapper"></div>
|
|
<iframe src="/runner-wrapper"></iframe>
|
|
<script src="https://rem.jsbin-dev.com/js/vendor/polyfills.js"></script>
|
|
<script src="https://rem.jsbin-dev.com/js/vendor/stringify.js"></script>
|
|
<script src="https://rem.jsbin-dev.com/js/runner/utils.js"></script>
|
|
<script src="https://rem.jsbin-dev.com/js/vendor/loop-protect.min.js"></script>
|
|
<script src="https://rem.jsbin-dev.com/js/runner/proxy-console.js"></script>
|
|
<script src="https://rem.jsbin-dev.com/js/runner/processor.js"></script>
|
|
<script src="https://rem.jsbin-dev.com/js/runner/sandbox.js"></script>
|
|
<script src="https://rem.jsbin-dev.com/js/runner/runner.js"></script>
|
|
<script src="https://rem.jsbin-dev.com/js/runner/index.js"></script>
|
|
|