-
-
Notifications
You must be signed in to change notification settings - Fork 67
/
404.html
40 lines (31 loc) · 1.04 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
---
name: 404
language: Page Not Found
---
<!DOCTYPE html>
<html>
{% include layouts/head.html %}
<body data-spy="scroll" data-target=".watch" style="position:relative;">
{% include layouts/google-tag-body.html %}
<!--[if lt IE 10]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade
your browser</a> to improve your experience.</p>
<![endif]-->
{% include layouts/_header-main.html %}
<main class="--page page--single --index not-found">
<div class="--wrap">
<!-- aside - Main Sidebar-->
<!-- Main-->
<section class="--page-body --full-width">
<section class="content">
<div class="page404-txt">
<h3>404 - Page not found!</h3>
<a href="https://plotly.com/graphing-libraries/">Back to Graphing Libraries documentation home</a>
</div>
</section>
</section>
</div>
</main>
{% include layouts/_footer-main.html %}
</body>
</html>