tiny change

This commit is contained in:
That_One_Nerd 2023-05-02 10:33:55 -04:00
parent 50453552d2
commit cebd94c3cb

View File

@ -2,7 +2,7 @@ const title = document.getElementById("title");
// This is for the AP exam timer.
const examStart = new Date("May 3, 2023 12:00");
const examEnd = new Date("May 3, 2023 15:15");
const examEnd = new Date("May 3, 2023 15:30");
const examElement = document.createElement("h3");
const examLink = document.createElement("a");