updated jsp
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-transfer/uri-resolver@131183 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
50f29a0faa
commit
e51961a033
|
@ -1,15 +1,22 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0; url=https://dev4.d4science.org/ckan">
|
||||
<script type="text/javascript">
|
||||
window.location.href = "https://dev4.d4science.org/ckan"
|
||||
</script>
|
||||
<title>Page Redirection</title>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
|
||||
If you are not redirected automatically, follow the <a href='https://dev4.d4science.org/ckan'>link to example</a>
|
||||
</body>
|
||||
<!-- <head> -->
|
||||
<!-- <meta charset="UTF-8"> -->
|
||||
<!-- <meta http-equiv="refresh" content="0; url=https://dev4.d4science.org/ckan"> -->
|
||||
<!-- <script type="text/javascript"> window.location.href = "https://dev4.d4science.org/ckan" -->
|
||||
<!-- </script> -->
|
||||
<!-- <title>Page Redirection</title> -->
|
||||
<!-- </head> -->
|
||||
<!-- <body> -->
|
||||
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
|
||||
<!-- If you are not redirected automatically, follow the <a href='https://dev4.d4science.org/ckan'>link to example</a> -->
|
||||
<!-- </body> -->
|
||||
<body>
|
||||
<h2>The URI resolver</h2>
|
||||
<p>
|
||||
See wiki page: <a
|
||||
href="https://gcube.wiki.gcube-system.org/gcube/index.php/URI_Resolver">URI
|
||||
Resolver gCube Wiki</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue