-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
61 lines (52 loc) · 2.08 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
<!DOCTYPE html>
<html>
<head>
<title>Page not Found - Citation.js</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />
<meta name="theme-color" content="#FFC107" />
<link rel="shortcut icon" type="image/png" href="/favicon.png" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" type="text/css" href="/static/css/style.css" />
<script type="text/javascript" src="/static/js/redirect-docs.js"></script>
</head>
<body>
<nav>
<div class="background"></div>
<div>
<a href="/">Citation.js</a>
<a href="/blog/">Blog</a>
<a href="/demo/">Demo</a>
<a href="/api/0.7">Docs</a>
</div>
</nav>
<main>
<section>
<h2>Page not Found</h2>
<p>
The page you were trying to access does not exist anymore, or has
never existed. If you are looking for a documentation page you
should be redirected automatically, unless you have disabled
JavaScript in your browser. If so, add "/0.3" immediately
after "api" in the url:
</p>
<pre><code>https://citation.js.org/api<b>/0.3</b>/index.html</code></pre>
<p>
For documentation of 0.5 and later versions, check out
<a href="https://citation.js.org/api/0.7">https://citation.js.org/api/0.7</a>
</p>
</section>
</main>
<footer>
<div class="background"></div>
<div>
<span>© 2017-2024 <a href="https://larsgw.github.io">Lars Willighagen</a></span>
<span>Citation.js</span>
<a href="https://github.com/citation-js/site">Edit on GitHub</a>
</div>
</footer>
</body>
</html>