Skip to content

Commit

Permalink
deploy: b263fe4
Browse files Browse the repository at this point in the history
  • Loading branch information
asyavee committed Dec 14, 2023
1 parent 5e2d8b4 commit a505d54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!doctype html><html lang=en><meta charset=UTF-8><title>5mdt Noise Generator</title>
<meta name=viewport content="width=device-width,initial-scale=1"><link rel=apple-touch-icon href=logo_mono.svg><link rel=icon href=logo_mono.svg><link rel=stylesheet href=style.css><div class=toggle><input onclick=handleToggle() class=checkbox type=checkbox id=toggle>
<meta name=viewport content="width=device-width,initial-scale=1"><link rel=apple-touch-icon href=logo_mono.svg><link rel=icon href=logo_mono.svg><link rel=stylesheet href=./style.css><div class=toggle><input onclick=handleToggle() class=checkbox type=checkbox id=toggle>
<label for=toggle class=label><span class=ball></span></label></div><div class=container><header><h1>5mdt<br>Noise Generator</h1></header><main><label for=timer>Timer (mm:ss):</label>
<input type=time id=timer value=00:00:00>
<button onclick=handleStartNoise(types.brown) id=brown>▶ Brown Noise</button>
<button onclick=handleStartNoise(types.pink) id=pink>▶ Pink Noise</button>
<button onclick=handleStartNoise(types.white) id=white>▶ White Noise</button>
<button onclick=handleStopNoise() id=stop>⛔ Stop Noise</button></main><footer><p>There is no tracking, ads or even cookies here. It's absolutely free to use and modify<p>Made with pure HTML+CSS+JS<p>Authors (alphabetically):<p>- <a href=https://github.com/akamenskiy>@akamenskiy</a> (JS)<p>- <a href=https://github.com/asyavee>@asyavee</a> (JS, CSS)<p>- <a href=https://github.com/kawaiier>@kawaiier</a> (CSS)<p>- <a href=https://github.com/nett00n>@nett00n</a> (Maintainer)<p>- <a href=https://www.behance.net/levichevatn>Belka</a> (Logo)<p>Source Code is placed on <a href=https://github.com/5mdt/noise>Github</a><p>This project is licensed under the <a href=LICENSE>MIT License</a><p>2023</footer></div><script src=scripts.js></script>
<button onclick=handleStopNoise() id=stop>⛔ Stop Noise</button></main><footer><p>There is no tracking, ads or even cookies here. It's absolutely free to use and modify<p>Made with pure HTML+CSS+JS<p>Authors (alphabetically):<p>- <a href=https://github.com/akamenskiy>@akamenskiy</a> (JS)<p>- <a href=https://github.com/asyavee>@asyavee</a> (JS, CSS)<p>- <a href=https://github.com/kawaiier>@kawaiier</a> (CSS)<p>- <a href=https://github.com/nett00n>@nett00n</a> (Maintainer)<p>- <a href=https://www.behance.net/levichevatn>Belka</a> (Logo)<p>Source Code is placed on <a href=https://github.com/5mdt/noise>Github</a><p>This project is licensed under the <a href=LICENSE>MIT License</a><p>2023</footer></div><script src=./scripts.js></script>
1 change: 1 addition & 0 deletions style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a505d54

Please sign in to comment.