Skip to content

Commit f282ed3

Browse files
committed
link update
1 parent 077031f commit f282ed3

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

2025/02/the-curious-case-of-.LB-ccTLD.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111

1212
<!-- ** Plugins Needed for the Project ** -->
1313
<!-- Bootstrap -->
14-
<link rel="stylesheet" href="../plugins/bootstrap/bootstrap.min.css">
14+
<link rel="stylesheet" href="../../plugins/bootstrap/bootstrap.min.css">
1515
<!-- slick slider -->
16-
<link rel="stylesheet" href="../plugins/slick/slick.css">
16+
<link rel="stylesheet" href="../../plugins/slick/slick.css">
1717
<!-- themefy-icon -->
18-
<link rel="stylesheet" href="../plugins/themify-icons/themify-icons.css">
18+
<link rel="stylesheet" href="../../plugins/themify-icons/themify-icons.css">
1919
<!-- Main Stylesheet -->
2020
<link href="../css/style.css" rel="stylesheet">
2121
<!--Favicon-->
22-
<link rel="icon" type="image/png" href="../images/favicon.jpg">
23-
<link href="../css/fontawesome/css/all.min.css" rel="stylesheet" />
22+
<link rel="icon" type="image/png" href="../../images/favicon.jpg">
23+
<link href="../../css/fontawesome/css/all.min.css" rel="stylesheet" />
2424
</head>
2525

2626
<body>
@@ -191,12 +191,12 @@ <h6><u>References: </u></h6>
191191

192192
<script src="../plugins/jQuery/jquery.min.js" crossorigin="anonymous"></script>
193193
<script>
194-
$('#myHead').load('../include/header.html');
194+
$('#myHead').load('../../include/header.html');
195195
$(document).ready(function () {
196196
$("#skipnone").remove();
197197
});
198-
$('#myFooter').load('../include/footer.html');
199-
$('#showsidebar').load('../include/sidebarShow.html');
198+
$('#myFooter').load('../../include/footer.html');
199+
$('#showsidebar').load('../../include/sidebarShow.html');
200200
</script>
201201
<script>
202202
var geturl = window.location.href;
@@ -216,18 +216,18 @@ <h6><u>References: </u></h6>
216216
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by
217217
Disqus.</a></noscript>
218218
<!-- Bootstrap JS -->
219-
<script src="../plugins/bootstrap/bootstrap.bundle.min.js"></script>
219+
<script src="../../plugins/bootstrap/bootstrap.bundle.min.js"></script>
220220
<!-- slick slider -->
221-
<script src="../plugins/slick/slick.min.js"></script>
221+
<script src="../../plugins/slick/slick.min.js"></script>
222222
<!-- masonry -->
223-
<script src="../plugins/masonry/masonry.js"></script>
223+
<script src="../../plugins/masonry/masonry.js"></script>
224224
<!-- headroom -->
225-
<script src="../plugins/headroom/headroom.js"></script>
225+
<script src="../../plugins/headroom/headroom.js"></script>
226226
<!-- reading time -->
227-
<script src="../plugins/reading-time/readingTime.min.js"></script>
227+
<script src="../../plugins/reading-time/readingTime.min.js"></script>
228228

229229
<!-- Main Script -->
230-
<script src="../js/script.js" crossorigin="anonymous"></script>
230+
<script src="../../js/script.js" crossorigin="anonymous"></script>
231231

232232

233233
</body>

0 commit comments

Comments
 (0)