-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (30 loc) · 1.08 KB
/
index.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
<!DOCTYPE html>
<head>
<title>Start Graph</title>
<style>
:root {
color-scheme: light dark;
}
.lang-name {
white-space: nowrap;
}
</style>
<script src="https://colorjs.io/dist/color.global.min.js"></script>
<script src="main.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css" />
</head>
<header>
<label>auth token: <input id="auth" type="password"></label>
<button type="button" onclick="updateAuth();reload()">Use</button>
<span id="rate-limit"></span>
</header>
<main>
<section id="from-repo" style="border: 1px solid black;margin-right: 7em;">
loading..
</section>
<section id="list-stars">
</section>
</main>
<span id="grayText" style="color:grayText;"></span> <!-- to sample grayText color from -->
<a class="github-fork-ribbon" target="_blank" href="https://github.com/xiegeo/star-graph" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>
<script>reload()</script>