forked from VowpalWabbit/vowpalwabbit.github.io
-
Notifications
You must be signed in to change notification settings - Fork 4
/
404.html
46 lines (44 loc) · 1.31 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
---
layout: default
body_class: four_oh_four
header_class: light
title: 404
---
<div class="d-flex align-items-center content four_oh_four_container">
<div class="container">
<div class="row text-center text-lg-left">
<div class="col-12 col-lg-7">
<h1 class="header">404</h1>
<h3 class="description">
Sorry, we’re not able to find what you’re looking for.
</h3>
<div class="row justify-content-center justify-content-lg-start">
<div class="col-12 col-md-6 col-lg-4">
<div class="report_issue_link">
<a
href="https://github.com/VowpalWabbit/vowpalwabbit.github.io/issues/new"
target="_blank"
>
Report an issue
</a>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="return_home_link">
<a href="{{ site.url }}{{ site.baseurl }}/index.html">
Return home
</a>
</div>
</div>
</div>
</div>
<div class="col-12 col-lg-5">
<img
alt="404 alert image"
class="four_oh_four_icon"
src="{{'/assets/images/four_oh_four_icon.svg' | prepend: site.baseurl}}"
/>
</div>
</div>
</div>
</div>