aboutsummaryrefslogtreecommitdiffstats
path: root/ui/responsive/index.html
diff options
context:
space:
mode:
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>