diff --git a/index.html b/index.html index f295e87..9a2fb02 100644 --- a/index.html +++ b/index.html @@ -1,632 +1,708 @@ - - - - - - Watermelon Movies 🍉 - - - - - -
-

Watermelon Movies 🍉

-

🤘.The Jews took hollywood...we're stealing it back

-
-
-
- - -
-
-
-
-
-
- - -
-
- × -
- -
-
- - - -
-
-
- -
- -
- - -
-

Coming Soon

-
- -
-
- - + + +
+

Watermelon Movies 🍉

+

🤘.The Jews took hollywood...we're stealing it back

+
+
+
+ + +
+
+
+
+
+
- function displaySearchResults(results, containerId) { - const container = document.getElementById(containerId); - container.innerHTML = ''; // Clear previous results - results.forEach(result => { - if ((result.media_type === 'movie' || result.media_type === 'tv') && result.poster_path) { - const title = result.title || result.name; - const imdbId = result.id; // Assuming it fetches the correct ID - const posterPath = `https://image.tmdb.org/t/p/w500${result.poster_path}`; - const overview = result.overview || 'No description available.'; - const mediaType = result.media_type; + +
+
+ × +
+
+ +
+
+
+ + + +
+
+
- const movieTile = document.createElement('div'); - movieTile.className = 'movie-tile'; - movieTile.innerHTML = ` - Poster for ${title} -

${title}

-

${overview}

- - - `; - container.appendChild(movieTile); +
+ +
+ + +
+

Coming Soon

+
+ +
+
+ + - - + + + +