-
Notifications
You must be signed in to change notification settings - Fork 0
/
app-module-sidebar.html
34 lines (26 loc) · 1.14 KB
/
app-module-sidebar.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
<!DOCTYPE html>
<!-- Sample implementation of a chat:sidebar module -->
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Deedmob</title>
<!-- Import AtlasKit: https://atlaskit.atlassian.com -->
<link rel="stylesheet" href="node_modules/@atlaskit/css-reset/dist/bundle.css"/>
<link rel="stylesheet" href="node_modules/@atlaskit/reduced-ui-pack/dist/bundle.css"/>
<!-- Import JQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- Import the Stride Javascript API -->
<script src='https://dev-lib.stride.com/javascript/simple-xdm.js'></script>
<!-- <script>
$(document).ready(function () {
$("#openDialog").click(function () {
AP.dialog.open({key: "refapp-dialog"});
});
});
</script> -->
</head>
<body style="margin:0px;padding:0px;overflow:hidden">
<iframe id="frame" src="https://widgets.deedmob.com/organizations-mini/208/atlassian-foundation" name="deedmob-widget"
scrolling="yes" frameborder="0" marginheight="0px" marginwidth="0px" style="overflow:hidden;height:100%;width:100%" height="100%" width="100%" allowfullscreen></iframe>
</body>
</html>