Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kisahklasik committed Aug 9, 2024
1 parent 8938866 commit bf396b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,12 @@ <h1>Tutorial:</h1>
share.disabled = input === '';
}
</script>
<script>
const btn = document.getElementById("save");
setTimeout(() => {
btn.disabled = true;
btn.textContent = "Terunduh!";
}, 3000);
</script>
</body>
</html>

0 comments on commit bf396b1

Please sign in to comment.