Skip to content

Commit 37448a7

Browse files
added calendar redirect under /calendar
1 parent 6e605da commit 37448a7

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

public/calendar/index.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)