monaco-editor/test/manual/index.html

42 lines
1.5 KiB
HTML
Raw Normal View History

2021-11-06 07:15:13 +08:00
<!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:
2021-11-17 23:55:50 +08:00
<a class="loading-opts" href="./generated/playground/index.html">[PLAYGROUND]</a> &#160;|&#160;
<a class="loading-opts" href="./shadow-dom.html">[Shadow DOM]</a> &#160;|&#160;
<a class="loading-opts" href="./diff.html">[Diff]</a> &#160;|&#160;
<a class="loading-opts" href="./typescript/index.html">[TypeScript]</a> &#160;|&#160;
<a class="loading-opts" href="./typescript/custom-worker.html">[TS Worker]</a>
<br />&#160;|&#160;
<a class="loading-opts" href="./cross-origin.html">[cross origin]</a> &#160;|&#160;
<a class="loading-opts" href="./mouse-fixed.html">[fixed element]</a> &#160;|&#160;
<a class="loading-opts" href="./mouse-scrollable-body.html">[scrollable body]</a> &#160;|&#160;
<a class="loading-opts" href="./mouse-scrollable-element.html">[scrollable element]</a>
2021-11-06 07:15:13 +08:00
<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>
2021-11-16 06:01:10 +08:00
<script src="../../metadata.js"></script>
2021-11-06 07:15:13 +08:00
<script src="dev-setup.js"></script>
<script>
loadEditor(function () {
require(['./index'], function () {});
});
</script>
</body>
</html>