generated from CodeYourFuture/Project-TV-Show
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (20 loc) · 552 Bytes
/
index.html
File metadata and controls
21 lines (20 loc) · 552 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css" />
<script defer src="script.js"></script>
<meta />
</head>
<body>
<header>
<label for="showSelect"> Select Show</label>
<select id="selectEpisodes"></select>
<label for="selectEpisodes"> Select Episode</label>
<select id="selectShow"></select>
<label for="search"> Search</label>
<input type="search" id="search" />
<button id="home">Home</button>
</header>
<div id="root"></div>
</body>
</html>