Skip to content

Commit 8309964

Browse files
Add redirect to ambassador funding request form (#344)
* Add redirect to ambassador funding request form * Add redirect to ambassador funding request form * Fix linting * Add redirect to ambassadors/my_report * Fix linting
1 parent 01d84d0 commit 8309964

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
// /src/pages/ambassador/my_report.astro
3+
---
4+
5+
<html>
6+
<head>
7+
<meta
8+
http-equiv="refresh"
9+
content="0;url=https://script.google.com/macros/s/AKfycbzTYEvj1n3l7b-mHX_wYAS2I115A4-h3cWkDMnJvLvLehTY3Op_rlar7wULF6ox4M4/exec"
10+
/>
11+
</head>
12+
<body> Redirecting... </body>
13+
</html>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
// /src/pages/ambassador/request_funding.astro
3+
---
4+
5+
<html>
6+
<head>
7+
<meta
8+
http-equiv="refresh"
9+
content="0;url=https://script.google.com/macros/s/AKfycbwCXBhHS6mE7Zl-PIoRvMplloyaflhLPVLy82nUyYvC-i9x_iAQ2Cdjtr99L0VsPTE/exec"
10+
/>
11+
</head>
12+
<body> Redirecting... </body>
13+
</html>

0 commit comments

Comments
 (0)