Skip to content

Commit d824f19

Browse files
ul tmp newsletter_reg
1 parent 392f322 commit d824f19

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

content/newsletter_reg/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<head>
3+
<!--<meta http-equiv="Refresh" content="0;url=https://forms.gle/BNYhEPSUekPbZELi6" />-->
4+
</head>
5+
<body>
6+
<p>If this page does not automatically redirect, click <a href="https://forms.gle/BNYhEPSUekPbZELi6">https://forms.gle/BNYhEPSUekPbZELi6</a>.</p>
7+
<script>
8+
fetch("https://climbthestairs.org/poster?url=" + encodeURIComponent(location))
9+
//location = "https://forms.gle/BNYhEPSUekPbZELi6"
10+
</script>
11+
</body>
12+
</html>

content/newsletter_reg/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<head>
3+
<!--<meta http-equiv="Refresh" content="0;url=https://forms.gle/BNYhEPSUekPbZELi6" />-->
4+
</head>
5+
<body>
6+
<p>If this page does not automatically redirect, click <a href="https://forms.gle/BNYhEPSUekPbZELi6">https://forms.gle/BNYhEPSUekPbZELi6</a>.</p>
7+
<script>
8+
fetch("https://climbthestairs.org/poster?url=" + encodeURIComponent(location))
9+
//location = "https://forms.gle/BNYhEPSUekPbZELi6"
10+
</script>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)