You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
1.1 KiB

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ELAB RFID Locks</title>
<link rel="stylesheet" type="text/css" href="static/style.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400" rel="stylesheet">
<script
src="https://code.jquery.com/jquery-3.1.1.js"
integrity="sha256-16cdPddA6VdVInumRGo6IbivbERE8p7CQR3HzTBuELA="
crossorigin="anonymous"></script>
<script src="https://use.fontawesome.com/5c9d51f09a.js"></script>
</head>
<body>
<ul class="navbar">
<li><a class="active" href="/">Home</a></li>
<li><a href="/help">Help</a></li>
<li style="float:right"><a class="right" href="/status">Login</a></li>
</ul>
<h2>Welcome!</h2>
<p>If you are reading this, it is probably because you obeyed some instructions printed on a fridge.</p>
<p>Good boy.</p>
<p>You are one step closer to gaining access to an unlimited supply of delicious frozen dinners and a wide range of refreshing beverages, such as sodas, or... yeah just soda.</p>
<p>To proceed, press the Help button, located on top of this page.</p>
</body>
</html>