-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
56 lines (55 loc) · 2.85 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
56
<!DOCTYPE html>
<html lang="ja" prefix="og:http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<title>Deck</title>
<meta name="description" content="GitHub & Backlog multi-timelines dashboard for developers">
<meta property="og:title" content="Deck">
<meta property="og:type" content="blog">
<meta property="og:url" content="https://tilfin.github.io/deck/">
<meta property="og:image" content="https://tilfin.github.io/deck/img/og-screenshot.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Deck">
<meta name="twitter:description" content="GitHub & Backlog multi-timelines dashboard for developers">
<meta name="twitter:url" content="https://tilfin.github.io/deck/">
<meta name="twitter:image" content="https://tilfin.github.io/deck/img/og-screenshot.jpg">
<meta name="twitter:creator" content="@tilfin">
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<script>
(function(loc){
if (('tilfin.github.io' == loc.host) && (loc.protocol != "https:")) loc.protocol = "https";
})(window.location)
</script>
<link id="favicon" rel="shortcut icon" href="img/favicon-default.ico" type="image/x-icon" />
<link rel="canonical" href="https://tilfin.github.io/deck/" />
<link rel="img/apple-touch-icon" href="img/apple-touch-icon.png" />
<link rel="img/apple-touch-icon" sizes="57x57" href="img/apple-touch-icon-57x57.png" />
<link rel="img/apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png" />
<link rel="img/apple-touch-icon" sizes="76x76" href="img/apple-touch-icon-76x76.png" />
<link rel="img/apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png" />
<link rel="img/apple-touch-icon" sizes="120x120" href="img/apple-touch-icon-120x120.png" />
<link rel="img/apple-touch-icon" sizes="144x144" href="img/apple-touch-icon-144x144.png" />
<link rel="img/apple-touch-icon" sizes="152x152" href="img/apple-touch-icon-152x152.png" />
<link rel="img/apple-touch-icon" sizes="180x180" href="img/apple-touch-icon-180x180.png" />
<link href="css/primer.css" rel="stylesheet">
<link href="css/octicons/octicons.css" rel="stylesheet">
<link href="css/deck.min.css" rel="stylesheet">
<script src="js/marked.min.js"></script>
<script src="js/octokat.js"></script>
<script src="js/graphql.min.js"></script>
<base target="_blank">
</head>
<body>
<div id="contentBody"></div>
<script src="js/deck.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-7593921-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>