Skip to content

Commit f70cd58

Browse files
committed
add some effect using js for more interactive ♻️ ..
1 parent fc1000b commit f70cd58

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

scripts/script.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
const TitleEffect = () => {
3+
document.querySelector("h1").innerHTML = " Welcom To Our Org. 🎉 ";
4+
}
5+
6+
const TitleOrigin = () => {
7+
document.querySelector("h1").innerHTML = " Github Tunisia ";
8+
}

0 commit comments

Comments
 (0)