forked from ParabolInc/parabol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.html
42 lines (39 loc) · 1.69 KB
/
template.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
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>
gtmId = window.__ACTION__.googleTagManagerId
gtmIdValidation = /^GTM-[A-Z0-9]+$/
if (gtmId && gtmIdValidation.test(gtmId)) {
(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', gtmId)
}
</script>
<!-- End Google Tag Manager -->
<title>Free Online Retrospectives | Parabol</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#493272" />
<meta name="description" data-react-helmet="true"
content="Parabol is a free online retrospective tool. Try it without creating an account. Parabol features custom templates, powerful analytics, multi-user grouping, rich text editing, integrations, and gorgeous meeting summaries. Tasks are assigned and tracked so your team can continuously improve." />
<link href="/static/manifest.json" rel="manifest">
<link href="https://action-files.parabol.co/static/favicon.ico" rel="shortcut icon" crossorigin="">
</head>
<body>
<div id="root"></div>
<script>
function fallback(el) {
const url = document.createElement('script')
url.src = window.location.origin + '/static' + el.src.slice(el.src.lastIndexOf('/'))
document.body.append(url)
}
</script>
</body>
</html>