Skip to content

Commit

Permalink
;
Browse files Browse the repository at this point in the history
  • Loading branch information
EdricCantu committed Mar 26, 2024
1 parent 8ae8d06 commit ecab6a1
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
16 changes: 14 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Oxanium:wght@200&display=swap" rel="stylesheet">

<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">

<link rel="prefetch" href="pause.svg">
<link rel="stylesheet" href="i.css">
Expand All @@ -20,7 +20,19 @@
<input id="pan" type="range" value="0" min="-1" max="1" step="0.001">
<br>
<br>
frequency:

<div>
<button class="smallButton">
<img src="note.svg"/>
</button>
<button class="smallButton">
<img src="sweep.svg"/>
</button>
<button class="smallButton">
<img src="volume.svg"/>
</button>
</div>
<br/>
<div>
<button class="smallButton" id="freqDown">&minus;</button>
<input type="number" id="freq" value="440">
Expand Down
4 changes: 4 additions & 0 deletions note.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions sweep.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions volume.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ecab6a1

Please sign in to comment.