mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
16 lines
400 B
HTML
16 lines
400 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Redirecting</title>
|
|
<noscript>
|
|
<meta http-equiv="refresh" content="1; url=../../4.0/seeding-pods/" />
|
|
</noscript>
|
|
<script>
|
|
window.location.replace("../../4.0/seeding-pods/" + window.location.hash);
|
|
</script>
|
|
</head>
|
|
<body>
|
|
Redirecting to <a href="../../4.0/seeding-pods/">../../4.0/seeding-pods/</a>...
|
|
</body>
|
|
</html> |