-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 778 Bytes
/
index.html
File metadata and controls
25 lines (25 loc) · 778 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
25
<html>
<head>
<title>Personalized College Rankings</title>
<link rel="stylesheet" href="styles.css">
<script src="data.js"></script>
</head>
<body>
<div id="Heading" class="center-text title-text title">
<h1>PERSONALIZED COLLEGE RANKINGS</h1>
</div>
<hr>
<div id="Set Criteria">
<div class="center-text title-text">
<h3>Set your important criteria here</h3>
</div>
</div>
<hr>
<div id="Ranking Header" class="center-text title-text">
<h3>Personal Rankings</h3>
</div>
<div id="Rankings"></div>
<script src="criteriaSelection.js"></script>
<script src="rank.js"></script>
</body>
</html>