Go to file
Kumi a8019c01a4
feat(ui): separate CSS and JS into external files
Moved inline CSS from index.ejs to a new style.css file for cleaner structure and maintainability. Extracted embedded JavaScript to index.js to streamline HTML and enhance script manageability.

Benefits:
- Improved readability and organization of HTML
- Easier maintenance and updates for CSS and JS
- Potential for CSS and JS caching, improving load times

No functional changes were made. Refactors existing code for better practices.
2024-06-14 17:53:35 +02:00
public feat(ui): separate CSS and JS into external files 2024-06-14 17:53:35 +02:00
views feat(ui): separate CSS and JS into external files 2024-06-14 17:53:35 +02:00
.gitattributes chore: mark dist files as linguist-vendored 2024-06-14 17:46:35 +02:00
.gitignore feat: add initial WebTorrent-based file transfer app 2024-06-14 16:57:55 +02:00
app.js feat: add initial WebTorrent-based file transfer app 2024-06-14 16:57:55 +02:00
package-lock.json feat: add initial WebTorrent-based file transfer app 2024-06-14 16:57:55 +02:00
package.json feat: add initial WebTorrent-based file transfer app 2024-06-14 16:57:55 +02:00
tracker.js style(tracker): standardize string quotations 2024-06-14 17:15:11 +02:00