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>