forked from stefanzier/scu-hfh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignUp.html
35 lines (32 loc) · 882 Bytes
/
signUp.html
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
31
32
33
34
35
<!DOCTYPE html>
<head>
<center>
<title>Phone Sign Up Sheet</title>
<div class="transbox">
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<br></br>
<br></br>
<div class="title1">Sign up for text notifications when a natural disaster
strikes!</div>
<div class="container">
<div class="title3">
<br></br>
<label><b>Zip Code</b></label>
<input type="text" placeholder="Zip Code" name="zipcode" required>
<br></br>
<label><b>Phone</b></label>
<input type="text" placeholder="Enter phone number" name="phone" required>
<br></br>
<!--<div class="clearfix">-->
</div>
</div>
</form>
<form action="thankyou.html"><button type="submit" class="register">
<center>GET NOTIFICATIONS</center></register</form>
<!-- </div>-->
</div>
</div>
</body>
</center>
</html>