Skip to content

Commit e15307b

Browse files
authored
Update index.html
1 parent aea4029 commit e15307b

File tree

1 file changed

+3
-26
lines changed

1 file changed

+3
-26
lines changed

index.html

+3-26
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,10 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Course Selection and Roadmap</title>
7-
<link rel="stylesheet" href="styles.css">
6+
<title>Link to OneDrive</title>
87
</head>
98
<body>
10-
<div class="container">
11-
<h1>Select Your Course and Domain</h1>
12-
<div>
13-
<label for="courseSelect">Choose a Course:</label>
14-
<select id="courseSelect" onchange="populateDomains()">
15-
<option value="" disabled selected>Select a Course</option>
16-
</select>
17-
</div>
18-
19-
<div>
20-
<label for="domainSelect">Choose a Domain:</label>
21-
<select id="domainSelect" onchange="showRoadmap()">
22-
<option value="" disabled selected>Select a Domain</option>
23-
</select>
24-
</div>
25-
26-
<div id="roadmapContainer">
27-
<h2>Roadmap</h2>
28-
<ul id="roadmap"></ul>
29-
<a id="referenceLink" href="" target="_blank">View Reference</a>
30-
</div>
31-
</div>
32-
33-
<script src="script.js"></script>
9+
<h1>Click the link below to access the document:</h1>
10+
<a href="https://1drv.ms/w/c/b9a7daae4600ca0b/EekltsEmCURMs5cAwxpsjyEBNb5QImmpso_uxzyw9XohGQ" target="_blank">Access the document on OneDrive</a>
3411
</body>
3512
</html>

0 commit comments

Comments
 (0)