This project features an animated circular clock implemented using HTML, CSS, and JavaScript.
- Animated circular clock
- Responsive design
- Customizable appearance
Clone the repository:
git clone https://github.com/yourusername/circular-clock.git
cd circular-clock
Open index.html in your browser to view the clock.
To embed the clock on your webpage, use an iframe. Add the following code to your HTML where you want the clock to appear:
<iframe src="URL_TO_YOUR_HOSTED_CLOCK" style="position: fixed; top: 0; left: 0; width: 100px; height: 100px; border: none;"></iframe>
Replace URL_TO_YOUR_HOSTED_CLOCK with the actual URL where the clock is hosted.
The original code for the circular clock was created by 白衣少年 and can be found here.