Compare commits
No commits in common. "a26016bcaada843c981f1067260c8e8a62509e8f" and "9f6d5ccc1f9981332a25416d07f2a8abf7120d91" have entirely different histories.
a26016bcaa
...
9f6d5ccc1f
@ -76,7 +76,6 @@ hour&minutes
|
||||
font-style: bold;
|
||||
float: left;
|
||||
color: white;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#str-minutes {
|
||||
|
@ -6,7 +6,6 @@
|
||||
<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>
|
||||
|
||||
@ -26,6 +25,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="js/app.js"></script>
|
||||
</body>
|
||||
|
||||
|
@ -892,4 +892,4 @@ document.addEventListener('timetick', function(ev) {
|
||||
/* Update the UI */
|
||||
|
||||
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