12 lines
270 B
HTML
12 lines
270 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>AI Filter Options</title>
|
|
</head>
|
|
<body>
|
|
<label>Endpoint: <input id="endpoint" type="text"></label><br>
|
|
<button id="save">Save</button>
|
|
<script src="options.js"></script>
|
|
</body>
|
|
</html>
|