mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
13 lines
No EOL
402 B
HTML
13 lines
No EOL
402 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<div id="container" style="width:800px;height:600px;border:1px solid #ccc"></div>
|
|
<script type="text/javascript" src="app.js"></script>
|
|
</body>
|
|
</html> |