Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
zoemcl authored Apr 18, 2024
1 parent 70c972b commit ff52939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<button class="tablinks active" onclick="openTab(event, 'Home')">Home</button>
<button class="tablinks" onclick="openTab(event, 'Books'), displayCsv('./data/books.csv', 'BookTable', `<th>Title</th><th>Writer</th><th>Review</th><th>Score</th><th>Date Started</th><th>Date Finished</th>`)">Books</button>
<button class="tablinks" onclick="openTab(event, 'Movies'), displayCsv('./data/movies.csv', 'MovieTable', `<th>Title</th><th>Director</th><th>Review</th><th>Score</th><th>Date Watched</th>`)">Movies</button>
<button class="tablinks" onclick="openTab(event, 'TV'), displayCsv('./data/tv.csv', 'TvTable', `<th>Title</th><th>Season</th><th>Review</th><th>Score</th><th>Date Started</th><th>Date Finished</th>`)">TV</button>
<button class="tablinks" onclick="openTab(event, 'TV'), displayCsv('./data/tv.csv', 'TvTable', `<th>Title</th><th>Season</th><th>Review</th><th>Score</th><th>Date Finished</th>`)">TV</button>
<button class="tablinks" onclick="openTab(event, 'Podcasts'), displayCsv('./data/podcasts.csv', 'PodcastTable', `<th>Show</th><th>Episode</th><th>Review</th><th>Score</th><th>Date Listened</th>`)">Podcasts</button>
<button class="tablinks" onclick="openTab(event, 'Games'), displayCsv('./data/games.csv', 'GamesTable', `<th>Title</th><th>Review</th><th>Score</th><th>Date</th>`)">Other</button>

Expand Down

0 comments on commit ff52939

Please sign in to comment.