diff options
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 |