Skip to content

Commit fa60632

Browse files
authored
Merge pull request #99 from pettiboy/master
Redirect kjscecodecell.com/MonthOfMERN to registration form.
2 parents c5e153d + 52d0fe1 commit fa60632

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

month-of-mern/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Redirecting to Registration Link</title>
8+
<script>
9+
window.location.replace("https://forms.gle/THqhfe8wwNnLEGWMA");
10+
</script>
11+
</head>
12+
<body></body>
13+
</html>

monthofmern/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Redirecting to Registration Link</title>
8+
<script>
9+
window.location.replace("https://forms.gle/THqhfe8wwNnLEGWMA");
10+
</script>
11+
</head>
12+
<body></body>
13+
</html>

0 commit comments

Comments
 (0)