diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2025-11-13 21:58:12 +0100 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2025-11-13 21:58:12 +0100 |
| commit | 98d5844b21b3e348d8b27f9ce7e7c6859e1a27c7 (patch) | |
| tree | d987802319dda461a6ce519a52f0adc81ee386e4 /index.html | |
| parent | 4693fcf941e1ab30821b8d514beb5d79e5e2b20a (diff) | |
Standardized the icon use
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -74,7 +74,7 @@ <input class="file-input" type="file" name="players" accept=".csv"/> <span class="file-cta"> <span class="file-icon"> - <i class="fas fa-cloud-upload-alt"></i> + <i class="fa-solid fa-upload"></i> </span> <span class="file-label"> Update players... </span> </span> @@ -85,7 +85,7 @@ </div> </section> <script src="src/main.js" type="module"></script> - <script src="src/timer.js"></script> + <script src="src/timer.js" type="module"></script> </body> <footer class="footer"> <div class="content has-text-centered"> |
