This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
/
info.html
32 lines (32 loc) · 1.65 KB
/
info.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
<html>
<head>
<title>OpenRouteService.org Info</title>
<link id="stylesheet" rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link id="stylesheet" rel="stylesheet" type="text/css" href="css/contactPage.css">
</head>
<body>
<div class="navbar navbar-fixed-top" id="navbar">
<a class="brand" href="http://www.openrouteservice.org"> <img src="img/logo.png" class="logo" alt="ORS"/></a>
<a class="brand" id="title" href="http://www.openrouteservice.org">OpenRouteService.org</a>
<ul id="topMenu">
<li>
<a href="http://www.geog.uni-heidelberg.de/giscience.html" target="_blank"><img src="img/logo_giscience.png" alt="GIScrience" class="links"/></a>
</li>
<li>
<a href="http://www.geog.uni-heidelberg.de/giscience.html" target="_blank"><img src="img/siegel_uni_hd_mittel.gif" alt="Uni HD" class="links"/></a>
</li>
<li></li>
</ul>
</div>
<script type="text/javascript" src="lib/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="lib/bootstrap/bootstrap.min.js"></script>
</div>
<div align="center">
<h1><br><br><br>Request Error</h1>
</div>
<h4><br><div align="center">If you see this page you may have exceed the usage limits as a free single end user of the given API, OpenRouteService will return this error message.
<br><br>If you repeatedly exceed the limits, your access to the API may be temporarily blocked.
<br><br>Please inform yourself regarding <a href="http://www.openrouteservice.org/contact.html#termsOfUse">ORS API limitations and Terms of Use contact</a> or contact <b>openrouteservice at geog.uni-heidelberg.de</b> for further assistance.</a>
</h4> </div>
</body>
</html>