diff --git a/download.py b/download.py index ef4d997..a43f936 100644 --- a/download.py +++ b/download.py @@ -1,3 +1,5 @@ +# Kyler Olsen +# July 2025 import requests import bs4 import datetime diff --git a/www/index.css b/www/index.css index acf919b..c7a9147 100644 --- a/www/index.css +++ b/www/index.css @@ -1,6 +1,6 @@ /* Kyler Olsen -Feb 2025 +July 2025 */ main { diff --git a/www/index.html b/www/index.html index d342665..4912551 100644 --- a/www/index.html +++ b/www/index.html @@ -1,4 +1,8 @@ +
diff --git a/www/index.js b/www/index.js index 6700060..5a42abb 100644 --- a/www/index.js +++ b/www/index.js @@ -1,3 +1,5 @@ +// Kyler Olsen +// July 2025 let examSchedule = {};