Skip to content

Commit

Permalink
Add ospool and osdf redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Nov 26, 2024
1 parent 1d705a3 commit 17b2343
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions _user_side_redirects/osdf.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
redirect_url: https://osg-htc.org/services/osdf
text: OSDF
permalink: /osdf
---

<meta http-equiv="refresh" content="0; url={{ page.redirect_url }}" />
<script>
window.location.href = '{{ page.redirect_url }}';
</script>
<div style="display:flex; height:100vh;">
<div style="margin:auto;">
<div>
<a href="{{ page.redirect_url }}"><img style="width: 100%;" alt="OSG Logo" src="{{ '/assets/images/logos/OSG-logo.svg' | relative_url }}"></a>
</div>
<div style="text-align: center; margin-top: 20px;">

</div>
</div>
</div>
20 changes: 20 additions & 0 deletions _user_side_redirects/ospool.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
redirect_url: https://osg-htc.org/services/open_science_pool
text: OSPool Map
permalink: /ospool
---

<meta http-equiv="refresh" content="0; url={{ page.redirect_url }}" />
<script>
window.location.href = '{{ page.redirect_url }}';
</script>
<div style="display:flex; height:100vh;">
<div style="margin:auto;">
<div>
<a href="{{ page.redirect_url }}"><img style="width: 100%;" alt="OSG Logo" src="{{ '/assets/images/logos/OSG-logo.svg' | relative_url }}"></a>
</div>
<div style="text-align: center; margin-top: 20px;">

</div>
</div>
</div>

0 comments on commit 17b2343

Please sign in to comment.