forked from ParabolInc/parabol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevTemplate.html
24 lines (21 loc) · 917 Bytes
/
devTemplate.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
<!DOCTYPE html>
<html lang="en">
<head>
<script>
window.__ACTION__ = <%= htmlWebpackPlugin.options.__ACTION__ %>
</script>
<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="https://action-files.parabol.co/static/favicon.ico" rel="shortcut icon" crossorigin="">
<script src="/static/vendors.dll.js" defer></script>
</head>
<body>
<div id="root"></div>
</body>
</html>