Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions web-app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -649,9 +649,9 @@ <h3>Stay Updated</h3>
</div>
<div class="footer-bottom">
<div class="footer-bottom-links">
<a href="#">Privacy Policy</a>
<a href="privacy-policy.html">Privacy Policy</a>
<span class="separator">•</span>
<a href="#">Terms of Service</a>
<a href="terms-condition.html">Terms of Service</a>
</div>
<p>Made with ❤️ for Python learners everywhere &copy; 2026</p>
</div>
Expand Down
Loading