forked from luizfar/firedeaz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (51 loc) · 2.67 KB
/
index.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
44
45
46
47
48
49
50
51
52
53
54
55
<html ng-app="fireideaz" lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FunRetro | Free Online Retrospective Tool</title>
<meta name="author" content="FunRetro">
<meta name="description" content="FunRetro is a free online retrospective tool for distributed teams that focus on simplicity, so your team can improve continuously and build better products.">
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="FunRetro | Free Online Retrospective Tool" />
<meta property="og:description" content="FunRetro is a free online retrospective tool for distributed teams that focus on simplicity, so your team can improve continuously and build better products."
/>
<meta property="og:url" content="http://funretro.github.io/distributed/" />
<meta property="og:site_name" content="FunRetro" />
<meta property="og:image" content="http://funretro.github.io/distributed/img/image3.png" />
<meta property="og:image:width" content="800" />
<meta property="og:image:height" content="600" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:description" content="FunRetro is a free online retrospective tool for distributed teams that focus on simplicity, so your team can improve continuously and build better products."
/>
<meta name="twitter:title" content="FunRetro | Free Online Retrospective Tool" />
<meta name="twitter:site" content="@funretroapp" />
<meta name="twitter:image" content="http://funretro.github.io/distributed/img/image3.png" />
<meta name="twitter:domain" content="FunRetro" />
<meta name="twitter:creator" content="@glauberamos" />
<meta name="twitter:url" content="http://funretro.github.io/distributed/" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="css/vendor.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<script src="vendor.js"></script>
<script src="main.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body ng-controller="MainCtrl">
<div class="funretro-pro">
<p>
FunRetro is still free. But there's now a premium version with more features and security.
<a class="button" href="https://funretro.io/" target="_blank">Check it out</a>
</p>
</div>
<div page-header></div>
<nav menu></nav>
<board-context></board-context>
<main-page></main-page>
<main main-content></main>
<sidebar></sidebar>
<spinner></spinner>
<dialogs></dialogs>
</body>
</html>