-
Notifications
You must be signed in to change notification settings - Fork 331
/
template.html
43 lines (42 loc) · 1.7 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
43
<!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"
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="/manifest.json" rel="manifest" crossorigin="use-credentials" />
<link href="__PUBLIC_PATH__/favicon.ico" rel="shortcut icon" crossorigin="" />
<%= htmlWebpackPlugin.tags.headTags.map((tag) => { tag.attributes.crossorigin=''; return tag
}).join('') %>
</head>
<body>
<div id="root"></div>
<%= htmlWebpackPlugin.tags.bodyTags %>
</body>
</html>