Files
plane/packages/mobile-editor/index.html
2025-03-19 15:44:16 +05:30

16 lines
346 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Plane Mobile Editor</title>
</head>
<body>
<div id="root" data-theme="light"></div>
<script type="module" src="./src/main.tsx"></script>
</body>
</html>