Skip to content

Commit

Permalink
feat: /apply redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Jun 5, 2024
1 parent 188cbc5 commit 3e42d39
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/pages/apply.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!doctype html>
<html lang="th">
<head>
<title>Redirecting Page</title>
<meta
http-equiv="refresh"
content="0; URL=https://forms.gle/SzHgPUGupDuGuGNr8"
/>
</head>
<body> </body>
</html>

0 comments on commit 3e42d39

Please sign in to comment.