-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.php
31 lines (24 loc) · 1.14 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Email Setup </title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<center>
<div style="width:30%;">
<br>
<img src="logo.png" width=250 height=250><br>
<h2>Setup Company Email on your device.</h2>
<p>To setup your mailbox on your Mac or iOS device, please enter your name and company email address below. After clicking Continue, accept the downloadable profile to continue installation. <br><br>
On Mac, the installation will automatically commence. On iOS, go to the Settings app to install the profile. After entering your password, your mailbox is ready to use. </p>
<br>
<form action="generate.php" method="post" width=100%>
<input style="width: 400px" type="text" placeholder="Your Name" name="fullname" id="fullname" class="box" autofocus="autofocus" required="required"/><br /><br />
<input style="width: 400px" type="text" placeholder="[email protected]" name="email" id="email" class="box" required="required"/><br /><br />
<INPUT type="submit" value="Continue" />
</form>
</div>
</center>
</body>
</html>