diff --git a/index.html b/index.html deleted file mode 100644 index 07d6020..0000000 --- a/index.html +++ /dev/null @@ -1,86 +0,0 @@ - - -
- - -No players yet. Add some!
'; - } - players.forEach((player, index) => { - const entry = document.createElement('div'); - entry.className = 'player-editor-entry'; - const photoSrc = (player.photo && player.photo.startsWith('data:image')) ? player.photo : DEFAULT_PHOTO_URL; - entry.innerHTML = ` -