Skip to content

Commit

Permalink
エンディング画面の雛形を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
o-zack-0390 committed Feb 5, 2024
1 parent c473bbe commit f4d2e0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,10 @@
const boxEnding = document.querySelector("#box-ending")
const templateEnding = document.querySelector("#template-ending")
const cloneEnding = document.importNode(templateEnding.content, true)
const endingName = cloneEnding.querySelector("#ending-name")
const endingContent = cloneEnding.querySelector("#ending-content")
endingName.innerHTML = "ああああ"
endingContent.innerHTML = "いいいい"
boxEnding.innerHTML = ""
boxEnding.appendChild(cloneEnding)
Expand Down

0 comments on commit f4d2e0e

Please sign in to comment.