diff options
author | elioat <elioat@tilde.institute> | 2024-01-01 18:36:10 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2024-01-01 18:36:10 -0500 |
commit | a3aaab8370d6a97ed741608e8a413bb2dc4e0c70 (patch) | |
tree | e82299bfa9067f841428cf47f31d59dc213896b1 /js | |
parent | 9a637047103b5f4406fab69eb16a252acca2c9b0 (diff) | |
download | tour-a3aaab8370d6a97ed741608e8a413bb2dc4e0c70.tar.gz |
*
Diffstat (limited to 'js')
-rw-r--r-- | js/pomo/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/pomo/index.html b/js/pomo/index.html index 3117b30..1d4c6a9 100644 --- a/js/pomo/index.html +++ b/js/pomo/index.html @@ -16,6 +16,6 @@ </head> <body> <canvas id="pomoCanvas"></canvas> - <script src="pomo.js"></script> + <script src="./pomo.js"></script> </body> </html> \ No newline at end of file |