itskp-odense/Frontend/index.php

14 lines
387 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Login</title>
</head>
<body>
<form action="../Backend/controller/login.php" method="POST">
<input type="text" name="username" placeholder="Username">
<input type="password" name="password" placeholder="Password">
<input type="submit" name="loginsubmit" placeholder="login">
</form>
</body>
</html>