forked from bendodson/itunes-artwork-finder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
1 lines (1 loc) · 1.13 KB
/
index.html
1
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="ie=edge"/><title>iTunes Artwork Finder</title><meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="stylesheet" href="the.css"/></head><body><h1>iTunes Artwork Finder</h1><form role="search"><div><label for="entity">Media Type</label><select name="entity" id="entity" value="tvSeason"><option value="album">Album</option><option value="ebook">Book</option><option value="movie">Movie</option><option value="tvSeason">TV Show</option></select></div><div><label for="query">Search Term</label><input name="term" id="term" type="text"/></div><div><label for="country">Country</label><select name="country" id="country" value="us"><option value="us">United States</option><option value="au">Australia</option><option value="ca">Canada</option><option value="fr">France</option><option value="de">Germany</option><option value="ch">Switzerland</option><option value="gb">United Kingdom</option></select></div><button id="submit" type="submit">Search</button></form><div id="results"></div><script src="the.js"></script></body></html>