Boots
Boots
<!DOCTYPE html>
<html>
<head>
<title>Login Page</title>
<link rel="stylesheet" type="text/css"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bo
otstrap.min.css">
</head>
<body>
<div class="container">
<form method="post" action="login.php">
<h2 class="text-center">Login</h2>
<div class="form-group">
<label for="username">Username:</label>
<input type="text" name="username" id="username"
class="form-control" required>
</div>
<div class="form-group">
<label for="password">Password:</label>
<input type="password" name="password"
id="password" class="form-control" required>
</div>
<button type="submit" name="login" class="btn btn-
primary btn-block">Login</button>
</form>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js">
</script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstr
ap.min.js"></script>
</body>
</html>