-
Notifications
You must be signed in to change notification settings - Fork 7
/
options.html
31 lines (25 loc) · 931 Bytes
/
options.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Options | Git Random</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<div class="columns">
<div class="header">
<h1>Git Random <span class="muted">Options</span></h1>
</div>
<div class="options-content">
<p class="quote-item border-bottom">To make sure that you keep using git random smoothly, you may <a
href="https://github.com/settings/tokens" class="underline" target="_blank">generate a token</a> and add
it below to
override the Rate Limit imposed by Github</p>
<h3 style="margin: 30px 5px 10px;">Add API Token</h3>
<input type="text" name="git_token" class="git_token btn" style="width: 300px;"/>
<a href="#" class="btn save-token">Save</a>
</div>
</div>
<script src=assets/js/options.js></script>
</body>
</html>