Skip to content

Commit

Permalink
Remove legacy files and update paths for improved structure
Browse files Browse the repository at this point in the history
- Deleted api.js, config.js, style.css, and theme.js to streamline the project and remove unused code.
- Updated index.html to reflect new file paths for CSS and JavaScript, enhancing organization and maintainability.
- Ensured all references to removed files are cleaned up to prevent errors and improve loading efficiency.
  • Loading branch information
mehmetkahya0 committed Jan 15, 2025
1 parent a314790 commit a47c407
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<!-- Twitter Card Meta Etiketleri Sonu -->

<!-- Diğer Meta ve Bağlantılar -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link rel="icon" href="images/temp-mail-icon.png" type="image/x-icon">

Expand Down Expand Up @@ -254,9 +254,9 @@
alert("Hello, If you see the failed to load message, please clicked the 'New Address' button multiple times. If you see the failed to load message again, please contact me on GitHub or LinkedIn. Thank you for using my project. ❤️. I'm still developing this project. ");
</script>

<script src="config.js" type="module"></script>
<script src="api.js" type="module"></script>
<script src="theme.js" type="module"></script>
<script src="js/config.js" type="module"></script>
<script src="js/api.js" type="module"></script>
<script src="js/theme.js" type="module"></script>
</body>

</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a47c407

Please sign in to comment.