mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-05-19 04:08:48 +00:00
For both the project and all exmaples the prerequisites, setup steps, and running instructions have been added.
11 lines
256 B
HTML
11 lines
256 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Monaco YAML</title>
|
|
</head>
|
|
<body>
|
|
<div id="editor" style="width: 800px; height: 600px;"></div>
|
|
<script type="module" src="/index.js"></script>
|
|
</body>
|
|
</html>
|