-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
172 lines (75 loc) · 6.59 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 Page not found – MapStruct</title>
<link rel="shortcut icon" href="https://mapstruct.github.io/mapstruct.org.new/images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://mapstruct.github.io/mapstruct.org.new/css/uikit.gradient.css" />
<link rel="stylesheet" href="https://mapstruct.github.io/mapstruct.org.new/css/prettify.css" />
<link rel="stylesheet" href="https://mapstruct.github.io/mapstruct.org.new/css/font-awesome.css" />
<link rel="stylesheet" href="https://mapstruct.github.io/mapstruct.org.new/css/styles.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato" />
<script src="https://mapstruct.github.io/mapstruct.org.new/js/jquery-3.1.1.min.js"></script>
<script src="https://mapstruct.github.io/mapstruct.org.new/js/uikit.min.js"></script>
<script src="https://mapstruct.github.io/mapstruct.org.new/js/components/sticky.min.js"></script>
<script src="https://mapstruct.github.io/mapstruct.org.new/js/components/switcher.min.js"></script>
<script type="text/javascript" src="https://mapstruct.github.io/mapstruct.org.new/js/google-code-prettify/prettify.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body onload="prettyPrint()">
<nav class="uk-navbar uk-margin-large-bottom uk-navbar-attached">
<a class="uk-navbar-brand ms-navbar-brand uk-hidden-small" href="https://mapstruct.github.io/mapstruct.org.new/">MapStruct</a>
<ul class="uk-navbar-nav">
<li >
<a href="https://mapstruct.github.io/mapstruct.org.new/news/">News</a>
</li>
<li >
<a href="https://mapstruct.github.io/mapstruct.org.new/documentation/installation/">Documentation</a>
</li>
<li >
<a href="https://mapstruct.github.io/mapstruct.org.new/community/getting-help/">Community</a>
</li>
<li >
<a href="https://mapstruct.github.io/mapstruct.org.new/development/contributing/">Development</a>
</li>
</ul>
<div class="uk-navbar-flip uk-navbar-content uk-hidden-small">
<a class="github-button" href="https://github.com/mapstruct/mapstruct" data-icon="octicon-star" data-count-href="/mapstruct/mapstruct/stargazers" data-count-api="/repos/mapstruct/mapstruct#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star mapstruct/mapstruct on GitHub">Star</a>
<a class="github-button" href="https://github.com/mapstruct/mapstruct/fork" data-icon="octicon-repo-forked" data-count-href="/mapstruct/mapstruct/network" data-count-api="/repos/mapstruct/mapstruct#forks_count" data-count-aria-label="# forks on GitHub" aria-label="Fork mapstruct/mapstruct on GitHub">Fork</a>
</div>
</nav>
<div class="uk-container uk-container-center uk-margin-top uk-margin-large-bottom">
<div class="uk-grid">
<div class="uk-width-medium-1-1">
<h1>Oh no!</h1>
<div>
<p>Seems you were looking for something which isn't there. Well, at least it's not here.</p>
<p>Maybe visiting the <a href="https://mapstruct.github.io/mapstruct.org.new/">home page</a> brightens your mood. Or, if you came here by clicking on an outdated link, either file <a href="https://github.com/mapstruct/mapstruct.org/issues">a bug report</a> or submit a pull request for fixing the issue yoursef.</p>
</div>
</div>
</div>
</div>
<div class="ms-footer">
<div class="uk-container uk-container-center uk-vertical-align uk-height-1-1">
<div class="uk-vertical-align-middle uk-width-1-1">
<div class="uk-grid-small" >
<div class="uk-width-1-1 ">
<ul class="uk-subnav uk-subnav-line uk-flex-center ms-subnav-footer">
<li><a class="ms-link-footer" href="https://mapstruct.github.io/mapstruct.org.new/documentation/installation">Documentation</a></li>
<li><a class="ms-link-footer" href="https://github.com/mapstruct/mapstruct">Source Code</a></li>
<li><a class="ms-link-footer" href="https://twitter.com/GetMapStruct">Twitter</a></li>
<li><a class="ms-link-footer" href="https://plus.google.com/u/0/118070742567787866481">Google+</a></li>
</ul>
</div>
</div>
<div class="uk-grid">
<div class="uk-width-1-1 ms-subnav-footer">
© Gunnar Morling 2017
</div>
</div>
</div>
</div>
</div>
</body>
</html>