Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ <h2></h2>
// .textLetter text h2
let indexText = 0;
let textLetter = document.querySelector('.textLetter h2');
const textLetterH2 = "Gửi Hoàng Khả Ngân!";
const textLetterH2 = "Gửi Hoàng Khả N!";
let timoutTextLetter;

function textCharLetter() {
Expand Down