functionality for switching contexts via buttons

This commit is contained in:
viehlieb 2022-03-07 22:51:45 +01:00
parent 31ebabd5e0
commit 0140c54363
8 changed files with 223 additions and 0 deletions

19
options.html Normal file
View file

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<form>
<label>BaseUrl<input type="text" id="base-url-link" ></label>
<button type="submit">Save</button>
</form>
<script src="options.js"></script>
</body>
</html>