mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-23 00:22:56 +01:00
14 lines
277 B
HTML
14 lines
277 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
</head>
|
|
<body>
|
|
<div
|
|
id="container"
|
|
style="width: 800px; height: 600px; border: 1px solid #ccc"
|
|
></div>
|
|
|
|
<script src="./app.bundle.js"></script>
|
|
</body>
|
|
</html>
|