Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
LanluZ committed May 22, 2021
1 parent 9549ca7 commit f70c5c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@

<div>
<button class="btn btn-warning" onclick="details(0)"><font color="#f36c21"><b>逻辑方块</b></font></button>
<button class="btn btn-warning" onclick="details(1)"><font color="##f36c21"><b>逻辑指令</b></font></button>
<button class="btn btn-warning" onclick="details(2)"><font color="##f36c21"><b>关键字表</b></font></button>
<button class="btn btn-warning" onclick="details(3)"><font color="##f36c21"><b>实例教学</b></font></button>
<button class="btn btn-warning" onclick="details(1)"><font color="#f36c21"><b>逻辑指令</b></font></button>
<button class="btn btn-warning" onclick="details(2)"><font color="#f36c21"><b>关键字表</b></font></button>
<button class="btn btn-warning" onclick="details(3)"><font color="#f36c21"><b>实例教学</b></font></button>
</div>

<p></p>
Expand Down

0 comments on commit f70c5c2

Please sign in to comment.