45 lines
1.6 KiB
HTML
45 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
<link rel="stylesheet" href="./index.css" />
|
|
</head>
|
|
<body>
|
|
Jump to:
|
|
<a class="loading-opts" href="./generated/playground/index.html">[PLAYGROUND]</a>  | 
|
|
<a class="loading-opts" href="./shadow-dom.html">[Shadow DOM]</a>  | 
|
|
<a class="loading-opts" href="./diff.html">[Diff]</a>  | 
|
|
<a class="loading-opts" href="./typescript/index.html">[TypeScript]</a>  | 
|
|
<a class="loading-opts" href="./typescript/custom-worker.html">[TS Worker]</a>
|
|
 | 
|
|
<a class="loading-opts" href="./iframe.html">[iframe]</a>
|
|
<br /> | 
|
|
<a class="loading-opts" href="./cross-origin.html">[cross origin]</a>  | 
|
|
<a class="loading-opts" href="./mouse-fixed.html">[fixed element]</a>  | 
|
|
<a class="loading-opts" href="./mouse-scrollable-body.html">[scrollable body]</a>  | 
|
|
<a class="loading-opts" href="./mouse-scrollable-element.html">[scrollable element]</a>
|
|
 | 
|
|
<a class="loading-opts" href="./transform.html">[transform]</a>
|
|
<br /><br />
|
|
|
|
<div id="bar" style="margin-bottom: 6px"></div>
|
|
<div style="clear: both"></div>
|
|
<div
|
|
id="container"
|
|
style="float: left; width: 800px; height: 450px; border: 1px solid grey"
|
|
></div>
|
|
<div
|
|
id="options"
|
|
style="float: left; width: 220px; height: 450px; border: 1px solid grey"
|
|
></div>
|
|
<div style="clear: both"></div>
|
|
|
|
<script src="dev-setup.js"></script>
|
|
<script>
|
|
loadEditor(function () {
|
|
require(['./index'], function () {});
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|