44 lines
1.4 KiB
HTML
44 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
<link rel="stylesheet" href="./index.css" />
|
|
</head>
|
|
<body>
|
|
|
|
<h2>Monaco Editor (running from multiple sources)</h2>
|
|
|
|
<a href="./index.html">[MULTIPLE SOURCES]</a>
|
|
|
|
|
<a href="./index-release.html">[RELEASED]</a>
|
|
|
|
|
<a href="./smoketest-release.html">[SMOKETEST]</a>
|
|
|
|
|
<a href="./mouse-fixed.html">[fixed element]</a>
|
|
|
|
|
<a href="./mouse-scrollable-body.html">[scrollable body]</a>
|
|
|
|
|
<a href="./mouse-scrollable-element.html">[scrollable element]</a>
|
|
|
|
|
<a href="./cross-origin-broken.html">[cross origin broken]</a>
|
|
|
|
|
<a href="./cross-origin-good.html">[cross origin good]</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="../metadata.js"></script>
|
|
<script src="dev-setup.js"></script>
|
|
<script>document.write('<script src="' + METADATA.CORE.path + '/loader.js"><'+'/script>');</script>
|
|
<script>
|
|
loadEditor(function() {
|
|
require(['./index'], function() {});
|
|
});
|
|
</script>
|
|
</body>
|
|
</html> |