-
Notifications
You must be signed in to change notification settings - Fork 8
/
404.html
55 lines (39 loc) · 1.57 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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!-- title and icon -->
<title>MG-RAST - Page Not Found</title>
<link rel="icon" href="images/MGRAST_favicon.ico" type="image/x-icon">
<!-- bootstrap style -->
<link rel="stylesheet" type="text/css" href="Retina/css/bootstrap.min.css">
</head>
<body>
<!-- header bar -->
<div class="navbar navbar-inverse navbar-fixed-top" style="box-shadow: 0 3px 3px #BBBBBB;">
<div class="navbar-inner">
<div class="container" style="width: 100%;">
<!-- logo and title -->
<img src="images/MGRAST_logo.png" style="float: left; height: 59px; margin-top: 3px; cursor: pointer;" onclick="window.location='mgmain.html';">
<h3 style="color: white; padding-left: 350px; font-size: 20px; font-weight: 200;">404 - Page Not Found</h3>
</div>
</div>
</div>
<div style="width: 800px; margin-left: auto; margin-right: auto; margin-top: 100px;">
<h3>Page Not Found</h3>
<p>
The page you requested could not be found.
</p>
<p>
The MG-RAST main site is available <a href="index.html">here</a>.
</p>
<p>
If you were using an MG-RAST identifier to access a project or metagenome, the correct link in format is as follows:
</p>
<div class="alert alert-info">
<p><b>Project</b><br>https://www.mg-rast.org/linkin.cgi?project=<i>mgp12345</i></p>
<p><b>Metagenome</b><br>https://eee.mg-rast.org/linkin.cgi?metagenome=<i>mgm1234567.3</i></p>
</div>
</div>
</body>
</html>