index.js 120 B

123456
  1. "use strict";
  2. window.addEventListener("load", function() {
  3. window.location.replace("/html/appointments.html");
  4. });