Skip to content

ricardious/Circular_Clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Circular Clock

This project features an animated circular clock implemented using HTML, CSS, and JavaScript.

Demo

时钟演示

Features

  • Animated circular clock
  • Responsive design
  • Customizable appearance

Installation

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.

Usage

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.

Credits

The original code for the circular clock was created by 白衣少年 and can be found here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages