-
Notifications
You must be signed in to change notification settings - Fork 2
/
404.html
188 lines (143 loc) · 6.03 KB
/
404.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/images/logo-square.png" type="image/x-icon">
<title>404 - Dynflow</title>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- CSS -->
<link rel="stylesheet" href="/css/app.css">
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="/css/syntax.css">
<link href='http://dynflow.github.io/atom.xml' rel='alternate' title='site_title - Atom' type='application/atom+xml'>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"
aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<img src="/images/logo-square.png">
Dynflow
</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<!--TODO make active-->
<li><a href="/">About</a></li>
<li><a href="/documentation/">Documentation</a></li>
<li><a href="/faq/">FAQ</a></li>
<li><a href="/media/">Media</a></li>
<li><a href="/projects/">Related projects</a></li>
<!--<li class="dropdown">-->
<!--<a id="drop1" href="/documentation" class="dropdown-toggle" data-toggle="dropdown"-->
<!--aria-haspopup="true" role="button" aria-expanded="false">-->
<!--Documentation-->
<!--<span class="caret"></span>-->
<!--</a>-->
<!--<ul class="dropdown-menu" role="menu" aria-labelledby="drop1">-->
<!--<li role="presentation">-->
<!--<a role="menuitem" tabindex="-1" href="/documentation/glossary">Glossary</a>-->
<!--</li>-->
<!--<!–<li role="presentation" class="divider"></li>–>-->
<!--</ul>-->
<!--</li>-->
</ul>
<ul class="nav navbar-nav navbar-right">
<!--<li><a class="extra" href="/atom.xml">RSS</a></li>-->
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="page">
<h1 class="">404</h1>
<p>We are sorry, page You are looking for does not exist :'(</p>
</div>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="/bootstrap/js/bootstrap.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-60290609-1', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'dynflow'; // required: replace example with your forum shortname
var disqus_identifier = 'http://dynflow.github.io/404.html';
var disqus_url = 'http://dynflow.github.io/404.html';
var disqus_title = 'Dynflow';
if ('true' == '')
(function () {
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
// else
// (function () {
// var s = document.createElement('script');
// s.async = true;
// s.type = 'text/javascript';
// s.src = '//' + disqus_shortname + '.disqus.com/count.js';
// (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
// }());
</script>
<script type="text/javascript">
(function () {
var twitterWidgets = document.createElement('script');
twitterWidgets.type = 'text/javascript';
twitterWidgets.async = true;
twitterWidgets.src = 'http://platform.twitter.com/widgets.js';
document.getElementsByTagName('head')[0].appendChild(twitterWidgets);
})();
</script>
<!-- Place this tag in your head or just before your close body tag. -->
<script src="https://apis.google.com/js/platform.js" async defer></script>
<script type="text/javascript">
$().ready(function () {
var scrollTo = function (target) {
if (target.charAt(0) == '#' && $(target).length) {
$('html,body').animate({scrollTop: $(target).offset().top - 70}, 'normal');
return true;
} else
return false;
};
var callback = function (e) {
var target = $(this).attr('href');
if (scrollTo(target)) {
e.preventDefault();
location.hash = target;
}
};
$('.toc a').on('click', callback);
$('.page a').on('click', callback);
scrollTo(location.hash);
});
</script>
</body>
</html>