-
Notifications
You must be signed in to change notification settings - Fork 1
/
beta-app.html
20 lines (19 loc) · 979 Bytes
/
beta-app.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<title>Baby Apps Beta Test Application</title>
<link href="/img/favicon.ico" rel="shortcut icon" />
<link rel="icon" href="/img/favicon.ico" type="image/x-icon" />
<meta name="description" content="Interested in testing a new iOS app before it's released? Baby Apps is an app with three simple activities for kids 5 and under. It will require downloading the free 'TestFlight' app created by Apple and a pre-release version of 'Baby Apps' to your iPad, iPhone, or iPod Touch. If this sounds interesting, just fill out this form.">
<style>
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<iframe src="https://docs.google.com/forms/d/12QJBcI-SHqKEfM8B1biNtNHlxVLriNxhW2gRuRCQriE/viewform?embedded=true" width="100%" height="100%" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</body>