Skip to content

Commit 81c3982

Browse files
authored
Merge pull request #104 from KevinJ-hub/feat-add-assignment-forms-for-month-of-mern
feat: added assignment forms for month of mern
2 parents e9ee196 + ddd60f1 commit 81c3982

4 files changed

Lines changed: 64 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8" />
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<title>Redirecting to Assignment Form</title>
9+
<script>
10+
window.location.replace("https://docs.google.com/forms/d/e/1FAIpQLSdl7tJu8hjJ7jVwT7bQ7I1Pa2m08qW-bAh0x3-zO-4jROuSYw/viewform?usp=sf_link");
11+
</script>
12+
</head>
13+
14+
<body></body>
15+
16+
</html>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8" />
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<title>Redirecting to Assignment Form</title>
9+
<script>
10+
window.location.replace("https://docs.google.com/forms/d/e/1FAIpQLSeYuYkHpM4-kmaA_aF1hrizMOv6B1RRGnZt0z1zK4RYhXjSRg/viewform?usp=sf_link");
11+
</script>
12+
</head>
13+
14+
<body></body>
15+
16+
</html>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8" />
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<title>Redirecting to Assignment Form</title>
9+
<script>
10+
window.location.replace("https://docs.google.com/forms/d/e/1FAIpQLSfq-3QH8y5zVA0QyS5oUE9J-8Ov9QTS8uBoSjWlWtZ_NTI5WA/viewform?usp=sf_link");
11+
</script>
12+
</head>
13+
14+
<body></body>
15+
16+
</html>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8" />
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8+
<title>Redirecting to Assignment Form</title>
9+
<script>
10+
window.location.replace("https://docs.google.com/forms/d/e/1FAIpQLSfl_0uZzmgnlgkD7jmcorH4Ve2ePB3E8HQPoVACSagUVwgutA/viewform?usp=sf_link");
11+
</script>
12+
</head>
13+
14+
<body></body>
15+
16+
</html>

0 commit comments

Comments
 (0)