-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 833 Bytes
/
index.html
File metadata and controls
24 lines (24 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" />
<meta
name="description"
content="CourseRoad is a tool for planning out your classes over your entire time at MIT.
It makes it easy to explore different majors and minors, view your progress towards their requirements, and
choose which classes to take when in order to maximize your time at MIT."
/>
<title>CourseRoad</title>
<script
defer
data-domain="courseroad.mit.edu"
src="https://analytics.mit.edu/js/script.file-downloads.outbound-links.tagged-events.js"
></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/app.js"></script>
</body>
</html>