diff options
| author | adamhrv <adam@ahprojects.com> | 2018-11-04 21:54:00 +0100 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2018-11-04 21:54:00 +0100 |
| commit | 9bcba0d02aafb34a5a9ca3db2f894f1fc95401c0 (patch) | |
| tree | 3dcaf94563498c15b56d51efc62750d0be72e01a /content-script/options.html | |
| parent | ef45f3c93ffd39b57ee56db74a95f9d2dae074a8 (diff) | |
| parent | 0dc3e40434c23e4d48119465f39b03bf35fb56bd (diff) | |
.
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 |
