jsbin/public/_runner.html
Remy Sharp bfac12e53d chore: es6 upgrade check in
Complete package upgrades for node 7 compat
2017-04-22 15:28:56 +01:00

28 lines
482 B
HTML

<!doctype html>
<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>
<iframe src="/runner-wrapper"></iframe>
<div id="sandbox-wrapper"></div>
<script src="https://rem.jsbin-dev.com/js/prod/runner-3.40.3.min.js"></script>