mirror of
https://gitlab.com/comenius-institut/foerbico/metadata-form.git
synced 2025-12-07 15:24:31 +00:00
index.html and metadata-generator.html may further be switched to get a short URL https://oersi.gitlab.io/metadata-form/
14 lines
494 B
HTML
14 lines
494 B
HTML
<!DOCTYPE HTML>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="refresh" content="0; url=./metadata-generator.html">
|
|
<script type="text/javascript">
|
|
window.location.href = "./metadata-generator.html"
|
|
</script>
|
|
<title>Page Redirection</title>
|
|
</head>
|
|
<body>
|
|
If you are not redirected automatically, follow this <a href='./metadata-generator.html'>link to the metadata generator</a>.
|
|
</body>
|
|
</html>
|