mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 22:02:55 +01:00
14 lines
No EOL
312 B
HTML
14 lines
No EOL
312 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> |