-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·31 lines (31 loc) · 1 KB
/
Copy pathindex.html
File metadata and controls
executable file
·31 lines (31 loc) · 1 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Title of the document</title>
<!-- Libraries -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="dep.min.js"></script>
<!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=Noto+Sans:400,700' rel='stylesheet' type='text/css'>
<!-- Code Highlight -->
<link rel="stylesheet" href="hljs/github.css">
<script src="hljs/highlight.pack.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="index.js"></script>
</head>
<body>
<div class="commit-list" id="commits">
<div class="commit-wrapper"></div>
<div class="commit-wrapper"></div>
<div class="commit-wrapper"></div>
<div class="commit-wrapper"></div>
<div class="commit-wrapper"></div>
<div class="commit-wrapper"></div>
<div class="commit-wrapper"></div>
<div class="commit-wrapper"></div>
</div>
<div class="diff-view" id="diff-view">
</div>
</body>
</html>