clock
This commit is contained in:
parent
16cfa3037b
commit
cdc1693443
7 changed files with 43 additions and 63 deletions
|
@ -1,23 +1,12 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<script src="clock.js"></script>
|
||||
<script src="extended-clock.js"></script>
|
||||
|
||||
<head>
|
||||
<title>Console clock</title>
|
||||
</head>
|
||||
<script>
|
||||
let lowResolutionClock = new ExtendedClock({
|
||||
template: 'h:m:s',
|
||||
precision: 10000
|
||||
});
|
||||
|
||||
<body>
|
||||
|
||||
<script src="clock.js"></script>
|
||||
<script src="extended-clock.js"></script>
|
||||
|
||||
<script>
|
||||
let lowResolutionClock = new ExtendedClock({
|
||||
template: 'h:m:s',
|
||||
precision: 10000
|
||||
});
|
||||
|
||||
lowResolutionClock.start();
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
lowResolutionClock.start();
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue