"use strict"; /** * Redirect to appointment.html when page root is visited */ window.addEventListener("load", function() { window.location.replace("/html/appointments.html"); });