diff options
author | Christian Segundo | 2023-11-19 16:21:29 +0100 |
---|---|---|
committer | Christian Segundo | 2023-11-19 16:21:29 +0100 |
commit | c6845a798c99e96aa0e2f6daece0684a8ac50681 (patch) | |
tree | a75eec68984bcb7ff8f8c5f048b4806d5cb4ff5a /options.html | |
parent | d880836621f0b4b4ca036e62e34d6edc74b61e81 (diff) | |
download | moz-run-this-page-action-c6845a798c99e96aa0e2f6daece0684a8ac50681.tar.gz |
wip
Diffstat (limited to 'options.html')
-rw-r--r-- | options.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/options.html b/options.html new file mode 100644 index 0000000..f8d6b55 --- /dev/null +++ b/options.html @@ -0,0 +1,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> |