-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
29 lines (29 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>BioSimulations static file service</title>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="stylesheet" type="text/css" href="stylesheets/common_swagger.css" />
<link rel="stylesheet" type="text/css" href="stylesheets/biosimulations_swagger.css" />
</head>
<body>
<div class="swagger-ui">
<div class="topbar">
<a href="https://biosimulations.org/" rel="noopener noreferrer">
<img alt="BioSimulations icon" />
</a>
</div>
<div class="wrapper">
<div class="info">
<h2 class="title">
404: File not found
</h2>
<p>
Sorry! The file you requested could not be found. If you believe this is an error, please <a href="https://github.com/biosimulations/biosimulations/issues/new/choose">submit a bug report</a> or <a href="mailto:[email protected]">contact the BioSimulations Team</a>.
</p>
</div>
</div>
</div>
</body>
</html>