This site has been decommissioned. The login form collected the user's creditials, then stored them as a local object that got sent to an API using POST. If the credentials matched, the page hid the login form and displayed the admin dashboard. When the user logged out, the local object was deleted so the user would have to log in again.