Skip to content

Commit e08e062

Browse files
committed
more redirects
1 parent 4abfdb8 commit e08e062

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

src/pages/planning.astro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<script>
2+
window.location.href = "https://forms.gle/riw6CvML8ck94A4V9";
3+
</script>
4+
5+
<noscript>
6+
<meta http-equiv="refresh" content="0;url=https://forms.gle/riw6CvML8ck94A4V9">
7+
</noscript>

src/pages/reviewers.astro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<script>
2+
window.location.href = "https://forms.gle/4GTJjwZ1nHBGetM18";
3+
</script>
4+
5+
<noscript>
6+
<meta http-equiv="refresh" content="0;url=https://forms.gle/4GTJjwZ1nHBGetM18">
7+
</noscript>

0 commit comments

Comments
 (0)