Stopwatch (css/js)

I made a stopwatch some years ago, cool to see it still works.

https://fern.rf.gd/stopwatch.php

Cron was never used for it (even when cron was a feature, I tried it briefly and shut off my cronjob after 1 timed run), php just compares the time file and the current time, and JavaScript increments the time.

https://fern.rf.gd/css-stopwatch.php is now made, to prove even CSS+PHP can = Stopwatch!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.