forked from AnmolMago/GithubTrending
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (38 loc) · 1.79 KB
/
index.html
File metadata and controls
39 lines (38 loc) · 1.79 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
<html>
<head>
<title>New tab</title>
<link rel="stylesheet" type="text/css" href="assets/style.css">
<link rel="stylesheet" type="text/css" href="assets/select2.min.css" defer>
<script type="text/javascript" src="assets/jquery.js" defer></script>
<script type="text/javascript" src="assets/select2.min.js" defer></script>
<script type="text/javascript" src="assets/my.js" defer></script>
</head>
<body>
<div id="wrapper">
<h2><img src="./assets/images/logo.png"/> Trending</h2>
<div class="selection" id="languages">
<p>Languages: </p>
<select id="langSelect"></select>
</div>
<div class="selection" id="trending">
<p>Trending: </p>
<select id="trendingSelect" >
<option value="daily">Today</option>
<option value="weekly">This week</option>
<option value="monthly">This month</option>
</select>
<b class="fakeArrow"></b>
<select id="width_tmp_select">
<option id="width_tmp_option"></option>
</select>
</div>
<div id="repos">
<div class="repo"></div><div class="repo"></div><div class="repo"></div><div class="repo"></div><div class="repo"></div><div class="repo"></div><div class="repo"></div><div class="repo"></div><div class="repo"></div><div class="repo"></div><div class="repo"></div><div class="repo"></div><div class="repo"></div><div class="repo"></div><div class="repo"></div>
</div>
</div>
<div class="extra" id="credit">By: <a href="http://anmolmago.com/external/GithubTrending">Anmol Mago</a></div>
<div class="extra" id="loading">Loading...</div>
<div class="extra" id="newFeatures"><a href="http://anmolmago.com/redirect.php?to=GTIssues">Issues/New Features!</a></div>
<div class="extra" id="forceRefresh">Force Refresh!</div>
</body>
</html>