I am interested in a way to create an HTML or CSS code that can ping an address or IP every 10 minutes to determine if it is sending back a signal. If a signal is received, I want the status on my website to display as 'online'. In case there is no signal, I would like the text on my webpage to show 'offline'. Configuring this to work with multiple servers seems daunting to me at this point. So far, I have only been able to figure out how to do this using cron jobs, but since I'm running Windows 7, scripting it in the emulators I found has proven difficult due to my lack of experience. As a beginner in HTML and CSS, this challenge feels quite overwhelming for me.
Any assistance with this matter would be highly appreciated. Thank you in advance.