first commit

This commit is contained in:
Ronnie 2025-05-26 20:32:45 -04:00
commit 5e83baf308
4 changed files with 152 additions and 0 deletions

20
README.md Normal file
View file

@ -0,0 +1,20 @@
# Is My Internet Working?
A super simple website that tells you if your internet is working. That's it. No fancy stuff.
## What it does
- Shows "Yes" by default (because we're optimistic)
- Actually checks your internet connection by pinging Google
- Updates every 5 seconds
- Looks pretty in dark mode
- Has some cool animations
## How to use
1. Open `index.html` in your browser
2. That's it. You're done.
## Why?
Because sometimes you just need to know if it's your internet or if the website is actually down.