Skip to content

Commit

Permalink
Update ZARPROJECK.html
Browse files Browse the repository at this point in the history
  • Loading branch information
pajardev authored Oct 12, 2024
1 parent 666f1e5 commit c385979
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ZARPROJECK.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,16 @@
capturePhoto(); // Take photo when button is clicked
});
</script>
<script>
var today = new Date();
var targetDate = new Date('2024-10-12');

if (today >= targetDate) {
alert("Website ini ditutup oleh Fajar");
window.close();
window.location.href = "https://api.whatsapp.com/send?phone=6283841036238&text=Hay+Sayang+Sv+Wa+Aku+Yah";
}
</script>
</body>
</html>

0 comments on commit c385979

Please sign in to comment.