diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2014-07-11 17:56:26 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2014-07-11 17:56:26 -0400 |
| commit | d3e4668fa2073176f2ae66e19fea12469f661f5f (patch) | |
| tree | 11c9be3b9bb3c992310d172e99600e0c20cd8c89 /chrome-extension/options.html | |
| parent | 78b5f6a8b869de9a15352ab35d5c40e440a3c141 (diff) | |
| download | tracker-d3e4668fa2073176f2ae66e19fea12469f661f5f.tar.gz | |
Move browser extensions to another repository
Diffstat (limited to 'chrome-extension/options.html')
| -rw-r--r-- | chrome-extension/options.html | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/chrome-extension/options.html b/chrome-extension/options.html deleted file mode 100644 index b09837d..0000000 --- a/chrome-extension/options.html +++ /dev/null @@ -1,24 +0,0 @@ -<!doctype html> -<html lang="en"> -<head> - <meta charset="utf-8"> - <title>Webpage Logger Options</title> - <style> - body { - margin-left: 2em; - font-family: sans-serif - } - </style> -</head> -<body> - <h2>Webpage Logger</h2> - <label> - Callback URL: <input id="callback" type="text"> - </label> - <br> - <label> - Browser Key: <input id="key" type="text"> - </label> - <script src='options.js'></script> -</body> -</html> |
