diff options
mascara - rename things + break out mascara asset server
Diffstat (limited to 'mascara/ui')
-rw-r--r-- | mascara/ui/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mascara/ui/index.html b/mascara/ui/index.html new file mode 100644 index 000000000..c5eeb05ef --- /dev/null +++ b/mascara/ui/index.html @@ -0,0 +1,11 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"> + <title>MetaMask Plugin</title> + </head> + <body> + <div id="app-content"></div> + <script src="./ui.js" type="text/javascript" charset="utf-8"></script> + </body> +</html>
\ No newline at end of file |