Skip to content

Instantly share code, notes, and snippets.

@ltgoes
ltgoes / metronome.html
Created April 21, 2026 20:23 — forked from rodrigocfd/metronome.html
Simple and minimalist HTML metronome.
<html>
<head>
<title>Metronome</title>
<link rel="shortcut icon" type="image/x-icon" href="metronome.ico"/>
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous">
</script>
<script>