-
Notifications
You must be signed in to change notification settings - Fork 43
/
index.html
72 lines (59 loc) · 2.3 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>First Aid git</title>
<meta name="description" content="Quickly find the answers and commands
to the most frequently asked git related issues.">
<meta name="keyword" content="github, faq, git, help, git flight, firstaid git, help, git commands">
<meta name=viewport content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<script src="assets/vendor/Showdown.min.js"></script>
<style>
@media print {
.item__instructions {
max-height: none!important;
opacity: 1!important;
color: #333!important;
}
body {
color: #333;
}
.c-filterableList__search,
.sidebar,
.main-navigation,
.button {
display: none;
}
.c-filterableList .c-filterableList__wrapper {
margin-top: 2em;
}
}
</style>
{% for (var css in o.htmlWebpackPlugin.files.css) { %}
<link href="{%=o.htmlWebpackPlugin.files.css[css] %}" rel="stylesheet">
{% } %}
</head>
<body>
<section id="app" class="main-container">
</section>
{% if (o.htmlWebpackPlugin.options.webpackDevServer) { %}
<!-- Inject webpack-dev-server script if necessary -->
<script src="{%=o.htmlWebpackPlugin.options.webpackDevServer%}"></script>
{% } %}
{% for (var chunk in o.htmlWebpackPlugin.files.chunks) { %}
<script src="{%=o.htmlWebpackPlugin.files.chunks[chunk].entry %}"></script>
{% } %}
<script src="//use.typekit.net/zwl0ckj.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
</body>
<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-41481871-3', 'auto');
ga('send', 'pageview');
</script>
</html>