index.js 101 B

12345
  1. "use strict";
  2. window.onload = function() {
  3. window.location.replace("/html/appointments.html");
  4. }