aboutsummaryrefslogtreecommitdiffstats
path: root/ui/classic/index.html
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-07-04 06:39:25 +0800
committerDan Finlay <dan@danfinlay.com>2017-07-04 06:39:25 +0800
commit5eb3d5d485b17b98b19443d8def2f03dec9b38ef (patch)
tree1b814f7706a9eb559824624b87937631ac3ca505 /ui/classic/index.html
parentd0d01552da8d0a6f58fb7c5be16947175ec90267 (diff)
downloadtangerine-wallet-browser-5eb3d5d485b17b98b19443d8def2f03dec9b38ef.tar.gz
tangerine-wallet-browser-5eb3d5d485b17b98b19443d8def2f03dec9b38ef.tar.zst
tangerine-wallet-browser-5eb3d5d485b17b98b19443d8def2f03dec9b38ef.zip
Make folder for responsive UI
Diffstat (limited to 'ui/classic/index.html')
-rw-r--r--ui/classic/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/ui/classic/index.html b/ui/classic/index.html
new file mode 100644
index 000000000..9dfaefbb3
--- /dev/null
+++ b/ui/classic/index.html
@@ -0,0 +1,20 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>MetaMask</title>
+ </head>
+ <body>
+
+ <!-- app content -->
+ <div id="app-content"></div>
+ <script src="./bundle.js" type="text/javascript" charset="utf-8"></script>
+
+ <!-- design reference -->
+ <link rel="stylesheet" type="text/css" href="./app/css/debug.css">
+ <div id="design-container">
+ <img id="design-img" src="./design/metamask_wfs_jan_13.png">
+ </div>
+
+ </body>
+</html>