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