Files
divkit/visual-editor/index.html
T
4eb0da 9dc8c84d2c Move editor
dacbe6a667671b6c476b8fb1ba972c26cd9061cb
2024-09-09 17:23:57 +03:00

14 lines
366 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="src/assets/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DivKit.Pro</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/dev.ts"></script>
</body>
</html>