-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.