We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e605da commit 37448a7Copy full SHA for 37448a7
1 file changed
public/calendar/index.html
@@ -0,0 +1,23 @@
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>
0 commit comments