-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsignup.html
More file actions
19 lines (19 loc) · 1002 Bytes
/
signup.html
File metadata and controls
19 lines (19 loc) · 1002 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="signup.css">
<title>Log In - GoogL™</title>
</head>
<div class="login-form">
<p class="googlHeader"><strong><span style="color:blue;">G</span><span style="color:red;">o</span><span style="color:yellow">o</span><span style="color:blue;">g</span><span style="color:green;">L</span><span style="color:red;">™</span></strong></p>
<p class="welcomeBack">Welcome Back!</p>
<input type="text" placeholder="Email">
<input type="password" placeholder="Password">
<p style="font-size: 10pt;text-align:right;"><span style="color:white;">hi</span><a href="forgotpassword.html" style="text-decoration:none;">Forgot password?</a></p>
<button>Log In</button>
<p class="registerText">New to GoogL? <strong><a href="register.html">Register here</a></strong></p>
</div>
</body>
</html>