├── .github └── workflows │ └── deploy.yaml ├── LICENSE ├── README.md └── index.php /.github/workflows/deploy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheTripleV/uiuc-course-calendar/HEAD/.github/workflows/deploy.yaml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheTripleV/uiuc-course-calendar/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheTripleV/uiuc-course-calendar/HEAD/README.md -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheTripleV/uiuc-course-calendar/HEAD/index.php --------------------------------------------------------------------------------