aboutsummaryrefslogtreecommitdiffstats
path: root/app/popup.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/popup.html')
-rw-r--r--app/popup.html17
1 files changed, 2 insertions, 15 deletions
diff --git a/app/popup.html b/app/popup.html
index b72d499d1..6d85a9811 100644
--- a/app/popup.html
+++ b/app/popup.html
@@ -2,23 +2,10 @@
<html>
<head>
<meta charset="utf-8">
- <title>Typo Blaster</title>
- <style>
- body {
- min-width: 357px;
- overflow-x: hidden;
- }
-
- img {
- margin: 5px;
- border: 2px solid black;
- vertical-align: middle;
- width: 75px;
- height: 75px;
- }
- </style>
+ <title>MetaMask Plugin</title>
</head>
<body>
+ <div id="app-content"></div>
<script src="./scripts/popup.js" type="text/javascript" charset="utf-8"></script>
</body>
</html> \ No newline at end of file