Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
adiloguz authored Sep 3, 2024
1 parent 66b91c4 commit 3fe720d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -455,5 +455,17 @@ <h3>Yaklaşan Etkinlikler</h3>

<!-- Kayan buton -->

<footer style="display: flex; justify-content: center; align-items: center; padding: 20px; background-color: #f8f9fa;">
<div style="border-radius: 12px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); background-color: #ffffff; padding: 15px 30px; text-align: center; max-width: 400px;">
<p style="margin: 0; font-family: Arial, sans-serif; color: #333; font-size: 14px;">
&copy; <span id="year"></span> Geliştirci <b>Adil Oğuz</b>. Tüm hakları saklıdır.
</p>
</div>
</footer>

<script>
document.getElementById('year').textContent = new Date().getFullYear();
</script>

</body>
</html>

0 comments on commit 3fe720d

Please sign in to comment.