Trackergoog
This commit is contained in:
@@ -78377,7 +78377,7 @@
|
|||||||
"Section Number": 42069,
|
"Section Number": 42069,
|
||||||
"Course Prefix": "D C",
|
"Course Prefix": "D C",
|
||||||
"Course Number": "429",
|
"Course Number": "429",
|
||||||
"Course Title": "The Mind of Chen",
|
"Course Title": "THE MIND OF CHEN",
|
||||||
"Course": "",
|
"Course": "",
|
||||||
"Letter Grade": "A+",
|
"Letter Grade": "A+",
|
||||||
"Count of letter grade": 69,
|
"Count of letter grade": 69,
|
||||||
|
|||||||
13
index.html
13
index.html
@@ -2,6 +2,15 @@
|
|||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
<!-- Google tag (gtag.js) -->
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-W7VZNW3G14"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag() { dataLayer.push(arguments); }
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'G-W7VZNW3G14');
|
||||||
|
</script>
|
||||||
<meta charset='utf-8'>
|
<meta charset='utf-8'>
|
||||||
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
||||||
<title>UT Grade Viewer</title>
|
<title>UT Grade Viewer</title>
|
||||||
@@ -16,8 +25,8 @@
|
|||||||
<div class="bg"></div>
|
<div class="bg"></div>
|
||||||
<div class="bg-text">
|
<div class="bg-text">
|
||||||
<p>
|
<p>
|
||||||
Keep course names as close to the
|
Keep course names as close to the
|
||||||
<a href="https://registrar.utexas.edu/schedules">official course name</a>
|
<a href="https://registrar.utexas.edu/schedules">official course name</a>
|
||||||
as possible
|
as possible
|
||||||
</p>
|
</p>
|
||||||
<!-- Data is separated into course number, course prefi;x, and course name-->
|
<!-- Data is separated into course number, course prefi;x, and course name-->
|
||||||
|
|||||||
Reference in New Issue
Block a user