mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-19 05:33:40 -05:00
Update index.html
This commit is contained in:
parent
fde4985a89
commit
b8664fb3c7
1 changed files with 2 additions and 2 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Reference in a new issue