diff --git a/index.html b/index.html
index e7ac392..66f5a6c 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
Lambda
-
+
diff --git a/load-formulas.js b/load-formulas.js
index 8eb7121..b141a9e 100644
--- a/load-formulas.js
+++ b/load-formulas.js
@@ -1,4 +1,4 @@
-fetch(new URL('formula-library.json', window.location.origin))
+fetch(new './formula-library.json')
.then(res => res.json())
.then(async data => {
for (const [ name, exprString ] of data)