diff options
author | C.K. Rooke <ckrooke@cro.wtf> | 2023-12-10 02:49:28 +0000 |
---|---|---|
committer | C.K. Rooke <ckrooke@cro.wtf> | 2023-12-10 02:49:28 +0000 |
commit | 1504f1ae2f1bc5005881ba80f51397320c8eaced (patch) | |
tree | f8c1e1d334ffbe66ddde146bddfd8072df80e3b5 /exp/practool.html |
Diffstat (limited to 'exp/practool.html')
-rw-r--r-- | exp/practool.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/exp/practool.html b/exp/practool.html new file mode 100644 index 0000000..3317e5e --- /dev/null +++ b/exp/practool.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html> + <head> + <meta name="viewport" content="width=device-width, initial-scale=1"/> + <meta charset="utf-8"/> + <link rel="stylesheet" href="../style.css"> + <title>practice session tools</title> + </head> + <body> + <h1>practice session tools</h1> + <noscript><h2><i>(this website requires javascript)</i></h2></noscript> + <h2>random scale</h2> + <p id="scale"></p> + <button id="scale_btn">gen</button> + <script src="practool.js"></script> + <p><i>(<a href="..">../</a>)</i></p> + </body> +</html> |