mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 10:25:42 +01:00
11 lines
310 B
HTML
11 lines
310 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head> </head>
|
|
<body>
|
|
<iframe
|
|
src="http://localhost:8088/monaco-editor/test/manual/2264/iframe.html?editor=src"
|
|
style="width: 800px; height: 600px"
|
|
sandbox="allow-same-origin allow-scripts allow-popups allow-modals allow-forms allow-downloads"
|
|
></iframe>
|
|
</body>
|
|
</html>
|