initial commit
This commit is contained in:
commit
cc419bb6ee
4 changed files with 16 additions and 0 deletions
15
index.html
Normal file
15
index.html
Normal 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
1
readMe.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Un magnétophone numérique pour mettre sur mon blog
|
||||||
0
script.js
Normal file
0
script.js
Normal file
0
style.css
Normal file
0
style.css
Normal file
Loading…
Add table
Add a link
Reference in a new issue