Skip to content

Commit

Permalink
Merge pull request #243 from osg-htc/ChristinaLK-osgsurvey2024
Browse files Browse the repository at this point in the history
create shortlink for 2024 ospool survey
  • Loading branch information
CannonLock authored Aug 29, 2024
2 parents 5f5a300 + a2675ba commit 6f9de5d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions _user_side_redirects/ospool-survey-2024
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
redirect_url: https://docs.google.com/forms/d/e/1FAIpQLSeUyKp3pAqh49oh6IOvMvKmBhyZ6ogryQYwZXfOZPYwIa4OAg/viewform?usp=sf_link
text: OSPool Survey 2024
permalink: /ospool-survey-2024.html
---

<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 6f9de5d

Please sign in to comment.