-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (35 loc) · 1.03 KB
/
index.html
File metadata and controls
35 lines (35 loc) · 1.03 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Tribe Tag -->
<script>
(function (t, r, i, b, e) {
if (typeof t.Tribe === "function") {
t.Tribe("reload", { portal: i });
} else {
b = function () {
b.r(arguments);
};
b.q = [];
b.r = function (args) {
b.q.push(args);
};
t.Tribe = b;
e = r.createElement("script");
e.type = "text/javascript";
e.async = true;
e.src =
i + "/widget/v1/main.js?t=" + Math.ceil(new Date() / 3e5) * 3e5;
var x = r.getElementsByTagName("script")[0];
x.parentNode.insertBefore(e, x);
t.Tribe("boot", { portal: i });
}
})(window, document, "https://community.tribe.so");
</script>
<title>Document</title>
</head>
<body></body>
</html>