Compare commits
4 Commits
d972fbb7ca
...
c46e0be089
Author | SHA1 | Date | |
---|---|---|---|
c46e0be089 | |||
433ddb4a68 | |||
9aaa040112 | |||
|
3367b3daa6 |
@ -76,6 +76,7 @@ hour&minutes
|
||||
font-style: bold;
|
||||
float: left;
|
||||
color: white;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#str-minutes {
|
||||
|
@ -6,6 +6,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
||||
<meta name="description" content="Canvas Watch - Canvas API & Time API" />
|
||||
<title>Canvas Watch</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="css/style.css" />
|
||||
</head>
|
||||
|
||||
@ -25,7 +26,6 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="js/app.js"></script>
|
||||
</body>
|
||||
|
||||
|
@ -759,4 +759,4 @@ document.addEventListener('timetick', function(ev) {
|
||||
/* Update the UI */
|
||||
|
||||
drawWatchContent();
|
||||
});
|
||||
});
|
||||
|
2
js/jquery-3.5.1.min.js
vendored
Normal file
2
js/jquery-3.5.1.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user