forked from kamranahmedse/githunt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
options.html
39 lines (33 loc) · 1.38 KB
/
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
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Githunt</title>
<link rel="stylesheet" href="assets/css/main.css"/>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="assets/css/font-awesome.min.css"/>
</head>
<body>
<div class=main>
<div id="particles-js"></div>
<div class="container">
<div class="top-header">
<div class="brand">
<h1>Githunt <span class="muted">Options</span></h1>
<p>Find the awesome things being built with the technologies of your like</p>
</div>
</div>
<div class="options-content">
<p class="quote-item">To make sure that you keep hunting smoothly, you may <a href="https://github.com/settings/tokens" 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="githunt_token" class="githunt_token btn" style="width: 300px;" />
<a href="#" class="btn save-token">Save</a>
</div>
</div>
</div>
<script src="assets/js/jquery.js"></script>
<script src="assets/js/moment.min.js"></script>
<script src=assets/js/storage.js></script>
<script src=assets/js/options.js></script>
</body>
</html>