19 lines
No EOL
277 B
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> |