aboutsummaryrefslogtreecommitdiffstats
path: root/ui/responsive/index.html
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-07-21 03:38:38 +0800
committerDan Finlay <dan@danfinlay.com>2017-07-21 03:38:38 +0800
commit86d367957fe8ac04462f716fe0ba2bfa4e5ff3f6 (patch)
treeb4a6805e5e2a4de48c880d80f4b87d1f3b560a18 /ui/responsive/index.html
parent199587383b022a17d56adcb56d6a99ceba71fec7 (diff)
downloadtangerine-wallet-browser-86d367957fe8ac04462f716fe0ba2bfa4e5ff3f6.tar.gz
tangerine-wallet-browser-86d367957fe8ac04462f716fe0ba2bfa4e5ff3f6.tar.zst
tangerine-wallet-browser-86d367957fe8ac04462f716fe0ba2bfa4e5ff3f6.zip
Move responsive ui into its own folder for easier merges
Diffstat (limited to 'ui/responsive/index.html')
-rw-r--r--ui/responsive/index.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/ui/responsive/index.html b/ui/responsive/index.html
deleted file mode 100644
index 9dfaefbb3..000000000
--- a/ui/responsive/index.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!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>