Added about page

This commit is contained in:
2023-04-23 17:54:32 -05:00
parent 3df511637d
commit e41974b3ee
3 changed files with 41 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ function parseName() {
async function PapaParse(department, num, name) {
let cData = '';
// await fetch('https://derec4.github.io/UT-Grade-Dist/2022prefixes.json');
await fetch('https://derec4.github.io/UT-Grade-Dist/2022%20Fall.json')
await fetch('https://derec4.github.io/ut-grade-data/2022%20Fall.json')
.then(res => res.json())
.then(data => { cData = data; });