Update index.html

This commit is contained in:
Voxel 2025-04-14 17:05:54 -04:00 committed by GitHub
parent fde4985a89
commit b8664fb3c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@
<h1>Welcome to the Casino!</h1>
<p>Enter your username to start:</p>
<input type="text" id="username-input" placeholder="Your username"/>
<button onclick="startGame()">Start Game</button>
<button onclick="loadUserData()">Start Game</button>
<p>Or import your progress:</p>
<input type="file" id="import-file" />
</div>
@ -37,7 +37,7 @@
<button onclick="showScreen('stats')">View Stats</button>
<h3>Options:</h3>
<button onclick="exportProgress()">Export Progress</button>
<button onclick="exportUserData()">Export Progress</button>
</div>
<!-- Blackjack Game -->