Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
</head>

<body>
<div id="root"></div>
<div class="input-wrapper">
<input type="search" id="episodeSearch" placeholder="Search Episodes" />
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What other tag do we need for this input type to help with accessibility?

<select id="episodeSelect" name="episodeSelect"></select>
</select>
</div>
<div id="root" class="layout"></div>
<footer class="footer"></footer>

<!-- Loads a provided function called getAllEpisodes() which returns all episodes -->
<script src="episodes.js"></script>
Expand Down
Loading