diff options
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 |