mascara - html - fix script locations

This commit is contained in:
kumavis 2018-03-28 18:07:02 -07:00
parent d06c6bb4ca
commit f35356a89a
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -7,6 +7,6 @@
</head> </head>
<body> <body>
<div id="app-content"></div> <div id="app-content"></div>
<script src="./ui.js" type="text/javascript" charset="utf-8"></script> <script src="./scripts/ui.js" type="text/javascript" charset="utf-8"></script>
</body> </body>
</html> </html>