Spaces:
Running
Running
Commit
·
a2b1163
1
Parent(s):
8e4245b
add
Browse files- index.html +1 -0
index.html
CHANGED
|
@@ -155,6 +155,7 @@
|
|
| 155 |
<hr />
|
| 156 |
|
| 157 |
<div class="tab">
|
|
|
|
| 158 |
<button class="tablinks" onclick="openTab(event, 'Acrostic')" id="defaultOpen">Acrostic</button>
|
| 159 |
<button class="tablinks" onclick="openTab(event, 'Crossword')">Crossword</button>
|
| 160 |
<button class="tablinks" onclick="openTab(event, 'Cryptogram')">Cryptogram</button>
|
|
|
|
| 155 |
<hr />
|
| 156 |
|
| 157 |
<div class="tab">
|
| 158 |
+
<button class="tablinks" onclick="openTab(event, 'Overall')" id="defaultOpen">Overall</button>
|
| 159 |
<button class="tablinks" onclick="openTab(event, 'Acrostic')" id="defaultOpen">Acrostic</button>
|
| 160 |
<button class="tablinks" onclick="openTab(event, 'Crossword')">Crossword</button>
|
| 161 |
<button class="tablinks" onclick="openTab(event, 'Cryptogram')">Cryptogram</button>
|