Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Initial commit w/gh-pages redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
allejo committed Apr 24, 2024
0 parents commit ca9945d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
15 changes: 15 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1; url=https://ucm-it.github.io/hpc_docs/#/" />
<title>Docker Documentation</title>
</head>
<body>
<p>We have moved away from the <strong>ucmerced.github.io</strong> domain. If you're not automatically redirected, please visit us at <a href="https://ucm-it.github.io/hpc_docs/#/">ucm-it.github.io/hpc_docs</a>.</p>

<script>
window.location.assign("https://ucm-it.github.io/hpc_docs/#/" + window.location.pathname);
</script>
</body>
</html>
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1; url=https://ucm-it.github.io/hpc_docs/#/" />
<title>Docker Documentation</title>
</head>
<body>
<p>We have moved away from the <strong>ucmerced.github.io</strong> domain. If you're not automatically redirected, please visit us at <a href="https://ucm-it.github.io/hpc_docs/#/">ucm-it.github.io/hpc_docs</a>.</p>

<script>
window.location.assign("https://ucm-it.github.io/hpc_docs/#/" + window.location.pathname);
</script>
</body>
</html>

0 comments on commit ca9945d

Please sign in to comment.