mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
15 lines
335 B
HTML
15 lines
335 B
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" />
|
|
</head>
|
|
<body>
|
|
<div
|
|
id="container"
|
|
style="width: 800px; height: 600px; border: 1px solid #ccc"
|
|
></div>
|
|
|
|
<script src="./app.bundle.js"></script>
|
|
</body>
|
|
</html>
|