Skip to content

Commit bc8262d

Browse files
committed
Added Links
1 parent ba23f19 commit bc8262d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Double Vertical Slider/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
rel="stylesheet"
88
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
99
/>
10-
<link rel="stylesheet" href="../assets/css/Double-Vertical-Slider.css" />
10+
<link rel="stylesheet" href="./style.css" />
1111
<title>Vertical Slider</title>
1212
</head>
1313
<body>
@@ -62,6 +62,6 @@ <h1>Flying eagle</h1>
6262
</div>
6363
</div>
6464

65-
<script src="../assets/js/Double-Vertical-Slider.js"></script>
65+
<script src="./script.js"></script>
6666
</body>
6767
</html>

0 commit comments

Comments
 (0)