monaco-editor/samples/browser-esm-webpack/dist/index.html

12 lines
268 B
HTML
Raw Normal View History

2018-03-15 00:00:41 +08:00
<!DOCTYPE html>
<html>
2020-09-02 23:35:10 +08:00
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head>
<body>
2020-09-21 20:31:41 +08:00
<div id="container" style="width: 800px; height: 600px; border: 1px solid #ccc"></div>
2018-03-15 00:00:41 +08:00
2020-09-02 23:35:10 +08:00
<script src="./app.bundle.js"></script>
</body>
</html>