Skip to content

Commit 7395335

Browse files
authored
Update JsExer.html
1 parent 975763e commit 7395335

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: JsExer.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<title>JavaScript Exercise</title>
2929
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
3030
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous" />
31-
<link rel="stylesheet" href="./Exercise.css">
31+
<link rel="stylesheet" href="../Styles/Exercise.css">
3232
</head>
3333

3434
<body>
@@ -249,11 +249,11 @@ <h1 class="float-start">Exercise</h1>
249249

250250
];
251251
</script>
252-
<script src="Exercise.js"></script>
252+
<script src="../Scripts&xml/Exercise.js"></script>
253253

254254
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
255255
integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe"
256256
crossorigin="anonymous"></script>
257257
</body>
258258

259-
</html>
259+
</html>

0 commit comments

Comments
 (0)