monaco-react/demo/index.html
2025-02-25 20:11:44 +04:00

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>