File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html >
3+ < head >
4+ < meta charset ="utf-8 ">
5+ < title > Redirecting to our calendar...</ title >
6+
7+ < meta http-equiv ="refresh " content ="0; url=https://pad.systemli.org/p/heartofcode-knUZP66XbkBBZpfKxFx6-keep ">
8+
9+ < link rel ="canonical " href ="https://pad.systemli.org/p/heartofcode-knUZP66XbkBBZpfKxFx6-keep ">
10+
11+ < script >
12+ // 3. JavaScript Redirect (Fastest)
13+ // window.location.replace is better than .href because it
14+ // replaces the history entry (the "Back" button won't get stuck in a loop).
15+ window . location . replace ( "https://pad.systemli.org/p/heartofcode-knUZP66XbkBBZpfKxFx6-keep" ) ;
16+ </ script >
17+ </ head >
18+ < body >
19+ < p >
20+ Redirecting you to our calendar...
21+ </ p >
22+ </ body >
23+ </ html >
You can’t perform that action at this time.
0 commit comments