mirror of
https://github.com/suren-atoyan/monaco-react.git
synced 2026-01-25 16:02:35 +00:00
23 lines
728 B
HTML
23 lines
728 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
|
|
<meta name="keywords" content="monaco editor react, monaco react, monaco editor, reactjs, vscode" />
|
|
<meta name="description" content="Monaco editor wrapper for easy integration with React applications" />
|
|
<meta name="author" content="Suren Atoyan">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<link rel="canonical" href="https://monaco-react.surenatoyan.com">
|
|
|
|
<title>Monaco Editor React</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
|
|
</html> |