Skip to content

Commit 7281f1c

Browse files
Update README.md
1 parent db5986d commit 7281f1c

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Android QR Code Generator
22

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+
329
[**Testers Needed Android Link**](https://play.google.com/store/apps/details?id=com.programmingtools.app)
430
[**Testers Needed Web Link**](https://play.google.com/apps/testing/com.programmingtools.app)
531

0 commit comments

Comments
 (0)