initial commit

This commit is contained in:
gribse 2025-12-17 21:02:27 +01:00
commit cc419bb6ee
4 changed files with 16 additions and 0 deletions

15
index.html Normal file
View file

@ -0,0 +1,15 @@
<div class="cassette-player">
<div class="cassette">
<svg>
</svg>
</div>
<div class="cassette-controls">
<button>play</button>
<button>pause</button>
<button>rewind</button>
<button>forward</button>
<button>reset</button>
</div>
</div>

1
readMe.md Normal file
View file

@ -0,0 +1 @@
Un magnétophone numérique pour mettre sur mon blog

0
script.js Normal file
View file

0
style.css Normal file
View file