Skip to content

Commit

Permalink
some kind of redirect pages
Browse files Browse the repository at this point in the history
  • Loading branch information
stain committed Feb 11, 2022
1 parent 9720a63 commit 85421ab
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Workflow-RO-Crate/1.0/languages/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0; url=../ro-crate-preview.html#languages" />
<title>Moved</title>
</head>
<body>
<h1>Moved</h1>
<p>This page <a href="../ro-crate-preview.html#languages">redirect</a> to the new location.
</body>
</html>

13 changes: 13 additions & 0 deletions Workflow-RO-Crate/1.0/licenses/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0; url=../ro-crate-preview.html#licenses" />
<title>Moved</title>
</head>
<body>
<h1>Moved</h1>
<p>This page <a href="../ro-crate-preview.html#licenses">redirect</a> to the new location.
</body>
</html>

0 comments on commit 85421ab

Please sign in to comment.