simple-js-login A simple client-side(d) single-user login & registration script that utilises localStorage USE it like this on any other HTML page if(localStorage.getItem("logged-in") === "true") { //do stuff } else { //display a message with link to login page... }