Files
todo-tree-chopper/index.html

37 lines
1.2 KiB
HTML
Raw Normal View History

2025-12-13 14:09:00 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/src/assets/style.css" />
<script src="https://miro.com/app/static/sdk/v2/miro.js"></script>
<title>TODO Tree Chopper</title>
</head>
<body>
<div id="root" aria-hidden="true">
<div class="grid container">
<div class="cs1 ce12">
<p style="font-size: large">Great, your app is running locally</p>
<p>
You can now create your Developer team to get your app running in
Miro.
</p>
</div>
<div class="cs1 ce12">
<a
class="button button-primary"
href="https://developers.miro.com/docs/create-a-developer-team"
target="_blank"
>
Create a Developer team
</a>
</div>
<div class="cs1 ce12">
<p>To see your app, open it in a app panel on Miro.com, or preview it at <a href="/app.html" class="link link-primary">this url</a></p>
</div>
</div>
</div>
<script type="module" src="/src/index.ts"></script>
</body>
</html>