File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,8 +46,6 @@ document.addEventListener("DOMContentLoaded", () => {
4646 <li><a href="/leaderboard">leaderboard</a></li>
4747 <li><a href="/registration">register</a></li>
4848 <li><a href="/about">about</a></li>
49- <li><a href="/privacy" class="footer-link">Privacy Policy</a></li>
50- <li><a href="/terms" class="footer-link">Terms & Conditions</a></li>
5149 </ul>
5250 </div>
5351
@@ -94,6 +92,10 @@ document.addEventListener("DOMContentLoaded", () => {
9492 <p>
9593 © 2026 CodePVG Programming Club
9694 </p>
95+ <div class="legal-links" style="margin-top: 4px; display: flex; justify-content: center; gap: 15px;">
96+ <a href="/privacy" class="footer-link" style="font-size: 0.85rem;">Privacy Policy</a>
97+ <a href="/terms" class="footer-link" style="font-size: 0.85rem;">Terms & Conditions</a>
98+ </div>
9799 <p>
98100 developed && maintained by <a href="https://github.com/jagdish-15" target="_blank" class="footer-link">jagdish</a>
99101 </p>
You can’t perform that action at this time.
0 commit comments