diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-08-25 10:02:27 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-08-25 10:02:27 +0530 |
| commit | 2f99128e354e5c5334094f072767164c8e4fbd2f (patch) | |
| tree | 60d563381a9583b8c6f70728780132aa684bca98 /examples/clock/index.html | |
| parent | e5844314314709dfd2806019aa5d522189129497 (diff) | |
| download | css-everything-2f99128e354e5c5334094f072767164c8e4fbd2f.tar.gz css-everything-2f99128e354e5c5334094f072767164c8e4fbd2f.zip | |
feat: adds clock example
Diffstat (limited to 'examples/clock/index.html')
| -rw-r--r-- | examples/clock/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/clock/index.html b/examples/clock/index.html new file mode 100644 index 0000000..9c233df --- /dev/null +++ b/examples/clock/index.html @@ -0,0 +1,10 @@ +<!doctype html> +<html lang="en"> + <head> + <title>Clock</title> + <link href="./style.css" rel="stylesheet" /> + </head> + <body> + <script async defer src="../../dist/renderer/index.js"></script> + </body> +</html> |
