diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-11-02 21:36:07 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-11-02 21:36:07 +0100 |
| commit | 022e7408e7a4519877ac3b240e6a55c0fb6dbfc0 (patch) | |
| tree | a378ee5056d508ebe0ac4f2e5c8c95554f4b923f /content-script/options.html | |
| parent | 1a5effec286e4753dfdd8e8279abbbdf1ce8e0d2 (diff) | |
browser extension for google scholar search results (had problems in ff but chrome is ok)
Diffstat (limited to 'content-script/options.html')
| -rw-r--r-- | content-script/options.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/content-script/options.html b/content-script/options.html new file mode 100644 index 00000000..8b5ba90c --- /dev/null +++ b/content-script/options.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html> +<head> + <title>Alone Together Plugin Options</title> + <style> + body { padding: 10px; } + label { min-width: 90px; display: inline-block; } + #port { width: 50px; } + div { margin-bottom: 10px; } + </style> +</head> + +<body> +</body> + +</html>
\ No newline at end of file |
