initial commit

This commit is contained in:
moo
2022-06-15 16:57:55 +02:00
parent a9336cc939
commit 4bdf697940
30 changed files with 2567 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta name="description" content="fet.at - abgesagte Prüfungen">
<meta name="author" content="fet.at">
<link href="style.css" rel="stylesheet" type="text/css">
<meta charset="UTF-8">
<title>fet.at - Lab Doorknob</title>
<meta name=viewport content="width=device-width, initial-scale=1, user-scalable=yes">
</head>
<body>
<script>0</script>
<div class="breitenbegrenzer">
<div class="centertext">
<big><big>Sarah <br>(Simple Access for RFID Authenticated Homes)</big></big><br>
<img src="FET-Logo.png" height="100px">
<br>
</div>
He du!<br>
Dies ist das Backend vom doorknob reader. Dieser regelt wer ins FET lab darf und wer nicht. <br>
Bei Fragen wende dich gerne ans Lab-Team (lab@fet.at).<br><br>
<a href="user_management.php">Open User management</a><br>
<a href="access_log.php">Open Access log</a><br>
<a href="debug_log.php">Open Debug log</a><br>
<a href="manual_open.php">Manual door opening</a><br>
<a href="system_functions.php">System functions</a><br>
<div class="centertext">
<br><br><br>
<a href="https://www.fet.at/kontakt">Kontakt</a> <br>pet@fet.at - 2022
</div>
</div>
</body></html>