diff options
author | kumavis <aaron@kumavis.me> | 2015-12-23 05:07:30 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2015-12-23 05:07:30 +0800 |
commit | 709d93b5a194663506315d4e889191f252b07286 (patch) | |
tree | 4b0617f578b608ad867a2bf9d43d0f5a609c6688 /app/popup.html | |
parent | 9f7b00f10a3fee94621c3f308d7c5693eb74e562 (diff) | |
download | tangerine-wallet-browser-709d93b5a194663506315d4e889191f252b07286.tar.gz tangerine-wallet-browser-709d93b5a194663506315d4e889191f252b07286.tar.zst tangerine-wallet-browser-709d93b5a194663506315d4e889191f252b07286.zip |
start of extension popup window
Diffstat (limited to 'app/popup.html')
-rw-r--r-- | app/popup.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app/popup.html b/app/popup.html new file mode 100644 index 000000000..b72d499d1 --- /dev/null +++ b/app/popup.html @@ -0,0 +1,24 @@ +<!doctype html> +<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> + </head> + <body> + <script src="./scripts/popup.js" type="text/javascript" charset="utf-8"></script> + </body> +</html>
\ No newline at end of file |