Skip to content

Commit

Permalink
fix: update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
antheiz authored Aug 16, 2024
1 parent 41d21da commit 5fa7fcb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ <h1>Daftar Cerita Mop</h1>
titleElement.textContent = story.title;
storyElement.appendChild(titleElement);

const descriptionElement = document.createElement("p");
descriptionElement.textContent = story.description;
storyElement.appendChild(descriptionElement);

const scenesElement = document.createElement("ul");
story.scenes.forEach(scene => {
const sceneElement = document.createElement("li");
Expand Down

0 comments on commit 5fa7fcb

Please sign in to comment.