|
7 | 7 | </head> |
8 | 8 | <body> |
9 | 9 | <div class="tab-container"> |
10 | | - <button class="tab-button active" onclick="openTab(event, 'tab1')">Audio Enhancers</button> |
11 | | - <button class="tab-button" onclick="openTab(event, 'tab2')">Windows Store</button> |
12 | | - <button class="tab-button" onclick="openTab(event, 'tab3')">OS Supoort</button> |
13 | | - <button class="tab-button" onclick="openTab(event, 'tab4')">Albums</button> |
14 | | - <button class="tab-button" onclick="openTab(event, 'tab5')">Changelog</button> |
| 10 | + <button class="tab-button active" onclick="openTab(event, 'usage')">Usage</button> |
| 11 | + <button class="tab-button" onclick="openTab(event, 'changelog')">Changelog</button> |
| 12 | + <button class="tab-button" onclick="openTab(event, 'audioenahcers')">Audio Enhancers</button> |
| 13 | + <button class="tab-button" onclick="openTab(event, 'windowsstore')">Windows Store</button> |
| 14 | + <button class="tab-button" onclick="openTab(event, 'ossupport')">OS Support</button> |
| 15 | + <button class="tab-button" onclick="openTab(event, 'albums')">Albums</button> |
15 | 16 | </div> |
16 | | - |
17 | | - <div id="tab1" class="tab-content active"> |
| 17 | + <div id="usage" class="tab-content active"> |
| 18 | + <iframe src="usage.html"></iframe> |
| 19 | + </div> |
| 20 | + <div id="changelog class="tab-content"> |
| 21 | + <iframe src="changelog.html"></iframe> |
| 22 | + </div> |
| 23 | + <div id="audioenahcers" class="tab-content"> |
18 | 24 | <iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vRTQhF3f4RXOc2WAh9pgnLM9H3ynZ3lExE2ZXNABCGnJJBEUct4FvZC9LHI6AepvlY54PKSQz13fptN/pubhtml?gid=0&single=true&widget=false&headers=false&chrome=false"></iframe> |
19 | 25 | </div> |
20 | 26 |
|
21 | | - <div id="tab2" class="tab-content"> |
| 27 | + <div id="windowsstore" class="tab-content"> |
22 | 28 | <iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vRTQhF3f4RXOc2WAh9pgnLM9H3ynZ3lExE2ZXNABCGnJJBEUct4FvZC9LHI6AepvlY54PKSQz13fptN/pubhtml?gid=1560495341&single=true&widget=true&headers=false&chrome=false"></iframe> |
23 | 29 | </div> |
24 | 30 |
|
25 | | - <div id="tab3" class="tab-content"> |
| 31 | + <div id="ossupport" class="tab-content"> |
26 | 32 | <iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vRTQhF3f4RXOc2WAh9pgnLM9H3ynZ3lExE2ZXNABCGnJJBEUct4FvZC9LHI6AepvlY54PKSQz13fptN/pubhtml?gid=1595350915&single=true&widget=true&headers=false&chrome=false""></iframe> |
27 | 33 | </div> |
28 | 34 |
|
29 | | - <div id="tab4" class="tab-content"> |
| 35 | + <div id="albums" class="tab-content"> |
30 | 36 | <iframe src="ablums.html"></iframe> |
31 | 37 | </div> |
32 | 38 |
|
33 | | - <div id="tab5" class="tab-content"> |
34 | | - <iframe src="changelog.html"></iframe> |
35 | | - </div> |
36 | | - |
37 | 39 | <script> |
38 | 40 | function openTab(evt, tabName) { |
39 | 41 | let tabContents = document.getElementsByClassName("tab-content"); |
|
0 commit comments