One Hat Cyber Team
Your IP :
216.73.216.84
Server IP :
50.6.229.107
Server :
Linux server.hostburly.com 5.14.0-611.38.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 10 17:21:28 EDT 2026 x86_64
Server Software :
Apache
PHP Version :
8.2.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
andjemzt
/
nportal.andjemztech.com
/
View File Name :
examples 1.html
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Countdown Examples 1</title> </head> <body style="background-color:#EDEDED"> <p>Example 1 - Time until April 1, 2016</p> <!-- START COUNTDOWN --> <script src="countdown.js" type="text/javascript"></script> <script type="application/javascript"> var myCountdownTest = new Countdown({ year : 2016, month : 4, day : 1, width : 300, height : 50 }); </script> <!-- END COUNTDOWN --> </body> </html>