-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy path404.html
44 lines (31 loc) · 1.33 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
---
title: 404 Page
---
<!DOCTYPE html>
<html>
<head>
<!-- META TAGS -->
{% include seo.html %}
<!-- Fonts -->
<link rel="stylesheet" type="text/css" href="/fonts/font-awesome/css/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="/stylesheets/plotly_icons.css" />
<link href="//fonts.googleapis.com/css?family=Open+Sans:600,400,300,200|Inconsolata|Ubuntu+Mono:400,700" rel="stylesheet" type="text/css" />
<!-- Stylesheets -->
<link rel="stylesheet" type="text/css" href="/stylesheets/normalize.css">
<link rel="stylesheet" type="text/css" href="/stylesheets/base.css">
<link rel="stylesheet" type="text/css" href="/stylesheets/layout_block.css">
<link rel="stylesheet" type="text/css" href="/stylesheets/modules.css">
<link rel="stylesheet" type="text/css" href="/stylesheets/state.css">
</head>
{% include new_header.html %}
<body>
<div class="sectionseparator_a">
<div class="bigcontainer" >
<h1 class="centered">404 - Page not found</h1>
<h6 class="centered">Oops! It looks like this page doesn't exist.</br>Check the URL for errors or try refreshing the page.</h6>
<img alt="Plotly logo" src="/images/plotly-hist-logo_250w.png">
</div>
</div>
{% include new_footer.html %}
</body>
</html>