Skip to content

Commit

Permalink
Merge pull request #15 from wrtnio/feat/beta-tester-page-redirects
Browse files Browse the repository at this point in the history
Edit beta tester page iframe to redirect
  • Loading branch information
samchon authored Oct 11, 2024
2 parents 224578a + c5f931b commit d1fa81a
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions public/early-adopter-program.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta
name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1.0, maximum-scale=3.0s"
/>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="refresh" content="0; URL=https://wrtn.ai/studio" />
<title>Studio Pro Beta Tester</title>
</head>
<body style="margin: 0px; padding: 0px; overflow: hidden">
<iframe
src="https://wrtn.ai/studio"
frameborder="0"
style="overflow: hidden; height: 100%; width: 100%"
height="100%"
width="100%"
></iframe>
</body>
<body></body>
</html>

0 comments on commit d1fa81a

Please sign in to comment.