Commit 3fed4577 authored by stephanie.smith's avatar stephanie.smith

php

parent c7c9e692
...@@ -19,5 +19,27 @@ ...@@ -19,5 +19,27 @@
<li><a href="teams.html">Teams</a></li> <li><a href="teams.html">Teams</a></li>
</ul> </ul>
</div> </div>
<html>
<div class="container vh-100">
<div class="row justify-content-center h-100">
<div class="card w-25 my-auto shadow">
<div class="card-header text-center bg-primary text-white">
<h2>Login</h2>
</div>
<div class="card-body">
<form action ="login.php" method="post">
<div class="form-group">
<label for="email">Email </label>
<input type="email" id="email" class="form-control" name="email" required>
<label for="password">Password </label>
<input type="password" id="password" class="form-control" name="password" required>
</div>
<input type="submit" class="btn btn-primary w-100" value="Login" name="">
</form>
</div>
</div>
</div>
</div>
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment