aboutsummaryrefslogtreecommitdiffstats
path: root/app/send-token.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/send-token.html')
-rw-r--r--app/send-token.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/send-token.html b/app/send-token.html
new file mode 100644
index 000000000..5f98e1072
--- /dev/null
+++ b/app/send-token.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="./scripts/send-token.js" type="text/javascript" charset="utf-8"></script>
+ </body>
+</html>