Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanley00 authored Oct 19, 2021
1 parent 267f981 commit 7969ad2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@
<body>
<center>
<h1>Anne Pro 2 Layout Configurator</h1> <br />
<input type="Button" id='layer0Btn' value="Default" onClick="displayLayer('layer1')" />
<input type="Button" id='layer1Btn' value="FN1" onClick="displayLayer('layer2')" />
<input type="Button" id='layer2Btn' value="FN2" onClick="displayLayer('layer3')" />
<input type="Button" id='layer1Btn' value="Default" onClick="displayLayer('layer1')" />
<input type="Button" id='layer2Btn' value="FN1" onClick="displayLayer('layer2')" />
<input type="Button" id='layer3Btn' value="FN2" onClick="displayLayer('layer3')" />
<input type="Button" id='tapsBtn' value="TAPS" onClick="displayLayer('taps')" />
<input type='Button' value="Load" onClick="loadFile()" />
<input type='file' id="uploadAnchorElem" style="display:none" />
Expand Down

0 comments on commit 7969ad2

Please sign in to comment.