-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 1.21 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>BioSimulations static file service</title>
<meta http-equiv="refresh" content="5; URL=https://biosimulations.org/" />
<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">
BioSimulations static file service
</h2>
<p>
You have reached the BioSimulations static file service. This service contains assets for the BioSimulations and BioSimulators websites, such as stylesheets and icons. No index of this service is publicly available. Your browser
will redirect you to <a href="https://biosimulations.org/">BioSimulations</a> in a few seconds.
</p>
</div>
</div>
</div>
</body>
</html>