diff options
author | pommicket <pommicket@gmail.com> | 2023-08-23 22:14:38 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-08-23 22:14:38 -0400 |
commit | c841d1c47ae0679bff6b8138cf52eec61b2cd5a0 (patch) | |
tree | 88c67ebbeb960e12025f773643c46ce665e83298 /index.html | |
parent | 5a6ed46aaf5ac3402085d05ef0f31bd92771692f (diff) |
rename
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ <html> <head> - <title>fractiform</title> + <title>pugl</title> <style> body { font-family: sans-serif; @@ -198,7 +198,7 @@ </head> <body> -<script src="fractiform.js" type="text/javascript"></script> +<script src="pugl.js" type="text/javascript"></script> <noscript> <p> This page requires JavaScript to function.<br> |