File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Android QR Code Generator
2
2
3
+
4
+ <! DOCTYPE html>
5
+ <html >
6
+ <head >
7
+ <title>App Signup Sheet</title>
8
+ </head >
9
+ <body >
10
+ <h1>Application Testing Signup Sheet</h1>
11
+ <form action="YOUR_SERVER_ENDPOINT" method="post">
12
+ <label for="name">Name:</label><br>
13
+ <input type="text" id="name" name="name" required><br>
14
+
15
+ <label for="email">Email:</label><br>
16
+ <input type="email" id="email" name="email" required><br>
17
+
18
+ <label for="interest">I am interested in:</label><br>
19
+ <select id="interest" name="interest">
20
+ <option value="beta_testing">Beta Testing</option>
21
+ <option value="app_updates">General App Updates</option>
22
+ </select><br>
23
+
24
+ <input type="submit" value="Submit">
25
+ </form>
26
+ </body >
27
+ </html >
28
+
3
29
[ ** Testers Needed Android Link** ] ( https://play.google.com/store/apps/details?id=com.programmingtools.app )
4
30
[ ** Testers Needed Web Link** ] ( https://play.google.com/apps/testing/com.programmingtools.app )
5
31
You can’t perform that action at this time.
0 commit comments