summaryrefslogtreecommitdiff
path: root/options.html
blob: f8d6b55d436afc912d5f0194d642b8bdf0183982 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
  <title>Open in $x</title>
  <script src="options.js"></script>
</head>
<body>
  <h1>GitLab Settings</h1>
  <label for="domainInput">Add Domain:</label>
  <input type="text" id="domainInput">
  <button id="addDomainButton">Add</button>
  <ul id="domainList"></ul>
</body>
</html>