moar css & now with logout

This commit is contained in:
Thies Mueller
2021-01-08 17:31:11 +01:00
parent 7cfdade617
commit 4216c2afbf
3 changed files with 28 additions and 1 deletions

View File

@@ -26,6 +26,8 @@ if(isset($_GET['login'])) {
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="ressources/css/bootstrap.min.css" crossorigin="anonymous">
<title>Login</title>
</head>
<body>
@@ -35,7 +37,7 @@ if(isset($errorMessage)) {
echo $errorMessage;
}
?>
<script src="ressources/js/bootstrap.min.js"></script>
<form action="?login=1" method="post">
Your Username:<br>
<input type="text" size="40" maxlength="250" name="username"><br><br>