File tree 2 files changed +26
-0
lines changed 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < meta http-equiv ="refresh " content ="0; url={{ page.redirect_url }} ">
6
+ < title > Redirecting...</ title >
7
+ < link rel ="canonical " href ="{{ page.redirect_url }} ">
8
+ < script type ="text/javascript ">
9
+ // Fallback redirect for browsers that might not process meta refresh quickly or at all
10
+ // .replace() is better than .href as it doesn't create a history entry for this page
11
+ window . location . replace ( "{{ page.redirect_url }}" ) ;
12
+ </ script >
13
+ </ head >
14
+ < body >
15
+ < p > If you are not redirected automatically, please follow this < a href ="{{ page.redirect_url }} "> {{ page.redirect_url }}</ a > .</ p >
16
+ </ body >
17
+ </ html >
18
+
19
+
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : redirect
3
+ title : " Flux Community Survey 2025"
4
+ permalink : /community-survey-2025
5
+ redirect_url : https://forms.gle/NU99ix9zRnyA2RiM9
6
+ ---
7
+
You can’t perform that action at this time.
0 commit comments