-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (19 loc) · 718 Bytes
/
Copy pathindex.html
File metadata and controls
22 lines (19 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Flip Clock demo</title>
<script src="bundle.js"></script>
</head>
<body>
<p>
<a href="https://github.com/Granze/flip-clock-vanilla">Github repo</a>
</p>
<pre><code><flip-clock></flip-clock></code></pre>
<flip-clock></flip-clock>
<pre><code><flip-clock display-mode="countdown" start-from="20" show-buttons></flip-clock></code></pre>
<flip-clock display-mode="countdown" start-from="20" show-buttons></flip-clock>
<pre><code><flip-clock display-mode="timer" show-buttons auto></flip-clock></code></pre>
<flip-clock display-mode="timer" show-buttons auto></flip-clock>
</body>
</html>