Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
KajizukaTaichi committed Oct 15, 2024
1 parent a3bed9b commit dd0070e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<div id="main">
<div id="title">
<h1>S-Block</h1>
<button onclick="run()">▶️</button>
<button onclick="build()">🔨</button>
<button onclick="load()">📄</button>
<button onclick="save()">💾</button>
<button id="run">▶️</button>
<button id="build">🔨</button>
<button id="load">📄</button>
<button id="save">💾</button>
</div>

<div id="editor" contenteditable="true" onchange="addTips()">
Expand Down

0 comments on commit dd0070e

Please sign in to comment.