-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (34 loc) · 1.71 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://miro.com/app/static/sdk.1.1.js"></script>
<script src="src/index.js"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<title>Miro Label Calculator</title>
</head>
<body>
<div class="container">
<br />
<center><h1>Miro Label Calculator</h1></center>
<br />
<center><p>A very simple Miro Web Plugin which will sum up the value of all labels on the selected stickies.</p></center>
<br />
<center><h3>How To Install</h3></center>
<center><a href="https://miro.com/oauth/authorize/?response_type=code&client_id=3074457356101116700&redirect_uri=%2Fconfirm-app-install%2F">Click here to install Miro Label Calculator</a></center>
<br />
<!-- <center><img src="/images/miro_calc_install.gif" width="900"/></center> -->
<center><img src="https://www.dropbox.com/s/0kk3uqrm60wyyy9/miro_calc_install.gif?raw=1" width="900"/></center>
<br />
<br />
<center><h3>How to Use</h3></center>
<br />
<!-- <center><img src="/images/miro_calc_how_to.gif" width="900"/></center> -->
<center><img src="https://www.dropbox.com/s/2gynougnk2uhk30/miro_calc_how_to.gif?raw=1" width="900"/></center>
<br />
<br />
<br />
<br />
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script>
</body>
</html>