Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mribeirodantas committed Jan 20, 2025
1 parent 29d091b commit 1d41df3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/pages/ambassadors/request_funding.astro
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
// /src/pages/ambassador/request_funding.astro
---

<html>
<head>
<meta http-equiv="refresh" content="0;url=https://script.google.com/macros/s/AKfycbwCXBhHS6mE7Zl-PIoRvMplloyaflhLPVLy82nUyYvC-i9x_iAQ2Cdjtr99L0VsPTE/exec" />
<meta
http-equiv="refresh"
content="0;url=https://script.google.com/macros/s/AKfycbwCXBhHS6mE7Zl-PIoRvMplloyaflhLPVLy82nUyYvC-i9x_iAQ2Cdjtr99L0VsPTE/exec"
/>
</head>
<body>
Redirecting...
</body>
<body> Redirecting... </body>
</html>

0 comments on commit 1d41df3

Please sign in to comment.