Skip to content

Commit bfadc55

Browse files
Add back button to GitHub page
Added a back button linking to Christopher's GitHub page.
1 parent 38f5356 commit bfadc55

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,11 @@ <h1>Lion of Judah Schema JSON-LD Generator</h1>
120120
// Initialize default
121121
generateFields('LocalBusiness');
122122
</script>
123+
<!-- Back Button -->
124+
<div style="text-align:center; margin-top:40px;">
125+
<a href="https://github.com/bornagaincoder7" style="text-decoration:none; color:#0077cc; font-weight:bold;">
126+
⬅️ Click here to go back to Christopher's personal GitHub page
127+
</a>
128+
</div>
123129
</body>
124130
</html>

0 commit comments

Comments
 (0)