Skip to content

Commit

Permalink
Fix ID syntax (#57)
Browse files Browse the repository at this point in the history
<!-- LIST CHANGES HERE -->
  • Loading branch information
norwd authored Oct 28, 2024
2 parents f3f80c5 + 901fb3b commit 339ebc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
</script>
</head>
<body>
<p id="#clockFace"></p>
<p id="clockFace"></p>
</body>
</html>

0 comments on commit 339ebc9

Please sign in to comment.