-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (58 loc) · 3.69 KB
/
index.html
File metadata and controls
66 lines (58 loc) · 3.69 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="./favicon.png" type="image/png" sizes="16x16">
<link href="https://fonts.googleapis.com/css?family=Droid+Serif" rel="stylesheet">
<link rel="stylesheet" href="/public/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<title>Git Flow | Learn git with an interactive git tutorial | Sam & A Van</title>
<meta name="description" content="Git Flow is an interactive git tutorial that learns with you, bending to your workflow to ensure proper git usage. Start using version control today for free!">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Git Flow | Learn git with an interactive git tutorial | Sam & A Van" />
<meta name="twitter:url" content="https://gitflow.samandavan.com" />
<meta name="twitter:description" content="Git Flow is an interactive git tutorial that learns with you, bending to your workflow to ensure proper git usage. Start using version control today for free!" />
<meta name="twitter:image" content="https://smessina.com/images/GitFlowLogo.png" />
<meta property="og:title" content="Git Flow | Learn git with an interactive git tutorial | Sam & A Van" />
<meta property="og:url" content="https://gitflow.samandavan.com" />
<meta property="og:description" content="Git Flow is an interactive git tutorial that learns with you, bending to your workflow to ensure proper git usage. Start using version control today for free!" />
<meta property="og:image" content="https://smessina.com/images/GitFlowLogo.png" />
<meta property="og:type" content="article" />
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-M2GDR9R');</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M2GDR9R"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="app"></div>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebApplication",
"name": "Git Flow",
"url": "https://gitflow.samandavan.com",
"description": "Git Flow is an interactive git tutorial that learns with you, bending to your workflow to ensure proper git usage. Start using version control today for free!",
"applicationCategory": "Tools",
"genre": "music",
"about": {
"@type": "Thing",
"description": "Git Flow is an interactive git tutorial that learns with you, bending to your workflow to ensure proper git usage. Start using version control today for free!"
},
"browserRequirements": "Requires JavaScript. Requires HTML5.",
"softwareHelp": {
"@type": "CreativeWork",
"url": "https://gitflow.samandavan.com"
},
"operatingSystem": "All"
}
</script>
<script type="text/javascript" src="index_bundle.js"></script></body>
</html>