v0.0.1 Added the first files and made a login system.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php require "../Backend/controller/accessControl.php"?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Home</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Logget in</p>
|
||||
<a href="../Backend/controller/logout.php">Log ud</a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user