-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoptions.html
More file actions
22 lines (22 loc) · 639 Bytes
/
Copy pathoptions.html
File metadata and controls
22 lines (22 loc) · 639 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>AutoScroller オプション</title>
<link rel="stylesheet" href="styles.css">
</head>
<body class="cw-options-body">
<div class="options-container">
<h2>AutoScroller オプション</h2>
<form id="options-form">
<div class="row">
<label for="debug-query-output">曲時間取得のデバッグURLを表示</label>
<input type="checkbox" id="debug-query-output">
</div>
<button type="submit">保存</button>
</form>
<p id="options-status" class="options-status" role="status"></p>
</div>
<script src="options.js"></script>
</body>
</html>