Add index.html with redirect

index.html and metadata-generator.html may further be switched to get a
short URL https://oersi.gitlab.io/metadata-form/
This commit is contained in:
Jakob Voss 2024-06-14 06:48:40 +02:00
parent 3035268deb
commit 329f14f984

14
index.html Normal file
View file

@ -0,0 +1,14 @@
<!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>