-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(clock-clock-white): add clock-clock-white effects
- Loading branch information
xzj
committed
Apr 12, 2021
1 parent
4294488
commit a13a58e
Showing
4 changed files
with
674 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link rel="stylesheet" href="./style.css" /> | ||
<script src="./main.js"></script> | ||
<title>Clock Clock White</title> | ||
</head> | ||
<body> | ||
<!-- generate a base structure --> | ||
<div id="_template" class="clock"> | ||
<ul class="ticks abs-center"> | ||
<li></li> | ||
<li></li> | ||
</ul> | ||
<ul class="pointer abs-center"> | ||
<li></li> | ||
<li></li> | ||
</ul> | ||
</div> | ||
|
||
<div id="display-frame"></div> | ||
|
||
<a | ||
target="_blank" | ||
href="https://www.humanssince1982.com/the-clock-clock-white" | ||
> | ||
Inspired by humanssince1982.com | ||
</a> | ||
</body> | ||
</html> |
Empty file.
Oops, something went wrong.