-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
31 lines (31 loc) · 1.76 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
<title>GanttLab Live</title>
<meta name="description" content="Legacy: head to https://app.ganttlab.org. The easy to use, fully functional Gantt chart for GitLab and GitHub.">
<link rel="canonical" href="https://live.ganttlab.org/" />
<link rel="apple-touch-icon" sizes="180x180" href="/static/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/static/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/static/favicons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/static/favicons/manifest.json">
<link rel="mask-icon" href="/static/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/static/favicons/favicon.ico">
<meta name="apple-mobile-web-app-title" content="GanttLab Live">
<meta name="application-name" content="GanttLab Live">
<meta name="msapplication-config" content="/static/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@GanttLab">
<meta name="twitter:creator" content="@GanttLab">
<meta name="twitter:title" content="GanttLab Live">
<meta name="twitter:description" content="The easy to use, fully functional Gantt chart for GitLab and GitHub.">
<meta name="twitter:image" content="https://live.ganttlab.org/static/img/GanttLab.jpg">
<link href="https://fonts.googleapis.com/css?family=Anaheim%7CQuattrocento+Sans:400,400italic,700" rel="stylesheet" type="text/css">
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>