mirror of
https://github.com/makeplane/plane.git
synced 2026-02-25 04:35:21 +01:00
16 lines
346 B
HTML
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>
|