This repository has been archived on 2025-10-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
dashboard-extension/options.html

19 lines
No EOL
277 B
HTML

<!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>