diff options
mascara - html - fix script locations
Diffstat (limited to 'mascara/proxy')
-rw-r--r-- | mascara/proxy/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mascara/proxy/index.html b/mascara/proxy/index.html index b83fc41af..0dff83f18 100644 --- a/mascara/proxy/index.html +++ b/mascara/proxy/index.html @@ -15,6 +15,6 @@ <body> Hello! I am the MetaMask iframe. - <script src="./proxy.js"></script> + <script src="./scripts/proxy.js"></script> </body> -</html>
\ No newline at end of file +</html> |