Skip to content

Commit 9ef387c

Browse files
committed
Change relatives link to absolute links for redirections to home page
1 parent 03c65f7 commit 9ef387c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<div class="text">
120120
<h1 style="margin: 0;">404 Error</h1>
121121
<h2 style="margin: 0;">Couldn't launch :(</h2>
122-
<h3 style="margin-top: 1px;">Page Not Found - let me take you <a href="index.html">BACK HOME 🌍</a></h3>
122+
<h3 style="margin-top: 1px;">Page Not Found - let me take you <a href="https://brianobot.github.io/">BACK HOME 🌍</a></h3>
123123
</div>
124124
</body>
125125
</html>

about.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ <h4 class="h6 text-uppercase mb-4">Opening hours</h4>
683683
<!-- Copyright -->
684684
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
685685
© 2023 Copyright:
686-
<a class="text-white" href="index.html">Brian Obot &trade;</a>
686+
<a class="text-white" href="https://brianobot.github.io/">Brian Obot &trade;</a>
687687
</div>
688688
<!-- Copyright -->
689689
</footer>

extras.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ <h6 class="text-uppercase mb-4">Opening hours</h6>
257257
<!-- Copyright -->
258258
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
259259
© 2023 Copyright:
260-
<a class="text-white" href="index.html">Brian Obot &trade;</a>
260+
<a class="text-white" href="https://brianobot.github.io/">Brian Obot &trade;</a>
261261
</div>
262262
<!-- Copyright -->
263263
</footer>

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ <h6 class="text-uppercase mb-4">Opening hours</h6>
282282
<!-- Copyright -->
283283
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
284284
© 2023 Copyright:
285-
<a class="text-white" href="index.html">Brian Obot &trade;</a>
285+
<a class="text-white" href="https://brianobot.github.io/">Brian Obot &trade;</a>
286286
</div>
287287
<!-- Copyright -->
288288
</footer>

0 commit comments

Comments
 (0)