1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-25 20:02:58 +01:00

mascara - fix proxy html script link

This commit is contained in:
kumavis 2018-03-28 21:40:20 -07:00
parent 42d0b5f0ed
commit fbdf497487

View File

@ -15,6 +15,6 @@
<body>
Hello! I am the MetaMask iframe.
<script src="./scripts/proxy.js"></script>
<script src="./proxy.js"></script>
</body>
</html>