-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (25 loc) · 1.04 KB
/
index.html
File metadata and controls
29 lines (25 loc) · 1.04 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=320, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
<link rel="stylesheet/less" type="text/css" href="assets/less/base.less" />
<style type="text/css">
html, body {
height: 100%;
}
</style>
</head>
<body id="login">
<h1>Code<span>chart</span></h1>
<span class="icon-bar-chart bigicon"></span>
<h2>View & share trending GitHub projects</h2>
<a href="top_all.html" id="github_connect">Login with <span>GitHub</span></a>
<!-- Javascript Assets -->
<script type="text/javascript" src="assets/js/less.js"></script>
<script type="text/javascript" src="assets/js/jquery.js"></script>
<script type="text/javascript" src="assets/js/base.js"></script>
</body>
</html>