forked from JabRef/user-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
16 lines (16 loc) · 791 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<title>404</title>
</head>
<body>
<div class="container">
<h1>404</h1>
<p>Please go to the main page at <a href="http://help.jabref.org/">http://help.jabref.org/</a> or try to remove the trailing slash in the URL.</p>
<p>Feel free to contribute to this page's content via GitHub at <a href="https://github.com/JabRef/help.jabref.org/">https://github.com/JabRef/help.jabref.org/</a>.</p>
</div>
</body>
</html>