forked from inquid/github-stories
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoptions.html
More file actions
61 lines (55 loc) · 1.8 KB
/
options.html
File metadata and controls
61 lines (55 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GitHub Chat Options</title>
<style>
body {
color: #24292f;
font: 14px/1.45 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
margin: 16px;
min-width: 320px;
}
label,
input,
button {
display: block;
width: 100%;
}
label {
font-weight: 600;
margin-bottom: 6px;
}
input {
border: 1px solid #d0d7de;
border-radius: 6px;
box-sizing: border-box;
padding: 8px;
}
button {
background: #1f883d;
border: 0;
border-radius: 6px;
color: #ffffff;
cursor: pointer;
font-weight: 600;
margin-top: 12px;
padding: 9px;
}
#status {
color: #57606a;
min-height: 20px;
}
</style>
</head>
<body>
<label for="chat-url">Chat URL</label>label>
<input id="chat-url" type="url" required>
<button id="save" type="button">Save</button>button>
<p id="status" role="status"></p>p>
<script src="options.js"></script>
</body>
</html>html>
</body>
</style></title>
</head>