-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (42 loc) · 2.08 KB
/
Copy pathindex.html
File metadata and controls
44 lines (42 loc) · 2.08 KB
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
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head lang="en">
<title>PiggyVest | Dashboard</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<a href="https://www.piggyvest.com/"><img src="piggyvest-logo.0b78a8fa.svg" alt="Piggyvest Logo" class="img"></a>
<div class="register">
<h1>Create a Secure Account</h1>
<p>Welcome to the future of Savings & Investments</p>
<form class="container" action="action_page.php" method="get">
<label>Full Name</label><br>
<input name="fullname" placeholder="Full Name" id="name" type="text" value=""><br><br>
<label >Email Address</label><br>
<input name="email" placeholder="Email Address" id="name" type="email" value=""><br><br>
<label>Phone Number</label><br>
<input name="phone" placeholder="Phone Number" id="name" type="tel" value=""><br><br>
<label>Password</label><br>
<input name="password" placeholder="Password" id="name" type="password" value=""><br><br>
<label>Referrer Phone or Promo Code (Optional)</label><br>
<input name="promocode" placeholder="Referrer Phone Or Code" label="Referrer Phone or Promo Code (Optional)" id="name" type="text" value=""><br><br>
<label for="">How Did You Hear About Us? (Optional)</label><br>
<select name="options" id="how">
<option value="select">Click To Select</option>
<option value="facebook">Facebook</option>
<option value="twitter">Twitter</option>
<option value="instagram">Instagram</option>
<option value="friend/family/coworker referral">Friend/Family/Coworker Referral</option>
<option value="google">Google Search</option>
<option value="playstore">Google Playstation</option>
<option value="blog">Online Blog</option>
<option value="newspaper">Local Newspaper</option>
<option value="event">At an Event</option>
<option value="other">Other</option>
</select><br><br>
<button class="btn" type="submit">Create Account</button>
</form>
</div>
<a class="login" href="https://dashboard.piggyvest.com/login">Already have an account? Log In</a>
</body>
</html>