summaryrefslogtreecommitdiff
path: root/scraper/content-script/options.html
blob: 8b5ba90caa98c56d8b264ade8b497054b3a30f66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>