forked from ParabolInc/parabol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
devTemplate.html
22 lines (22 loc) · 936 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
<!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"
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="/static/favicon.ico" rel="shortcut icon" />
<script src="/static/vendors.dll.js" defer></script>
</head>
<body>
<div id="root"></div>
</body>
</html>