0% found this document useful (0 votes)
6 views2 pages

Boots

Uploaded by

Khalifa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views2 pages

Boots

Uploaded by

Khalifa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

php

<!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>

You might also like