Skip to content
Open
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
5 changes: 3 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@
<!-- Filter Controls (Issue #13) -->
<div id="filter-controls"></div>
</main>

<footer id="main-footer"></footer>
<footer id="main-footer" style="text-align: center; padding: 20px; background-color: #f4f4f4; margin-top: 20px;">
<p>&copy; 2026 Open Source Todo App. Created by Group 1.</p>
</footer>
</div>
<script src="script.js"></script>
</body>
Expand Down