Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h2>💰 Donations</h2>
</div>
</div>
<footer>
<p>&copy; 2024 Fisch oder Finte. All rights reserved.</p>
<p>&copy; 2025 Fisch oder Finte. All rights reserved.</p>
</footer>
<script>
document.addEventListener('DOMContentLoaded', function () {
Expand Down
2 changes: 1 addition & 1 deletion templates/game.html
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
});
</script>
<footer>
<p>&copy; 2024 Fisch oder Finte. All rights reserved.</p>
<p>&copy; 2025 Fisch oder Finte. All rights reserved.</p>
</footer>
</body>

Expand Down
2 changes: 1 addition & 1 deletion templates/game_over.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ <h1>Game Over!</h1>
</form>
</div>
<footer>
<p>&copy; 2024 Fisch oder Finte. All rights reserved.</p>
<p>&copy; 2025 Fisch oder Finte. All rights reserved.</p>
</footer>
</body>
</html>
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h1>Fisch oder Finte?</h1>
</main>
</div>
<footer>
<p>&copy; 2024 Fisch oder Finte. All rights reserved.</p>
<p>&copy; 2025 Fisch oder Finte. All rights reserved.</p>
</footer>
</body>
</html>