-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.min.html
32 lines (29 loc) · 1.18 KB
/
index.min.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
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>Github File Finder</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript" src="javascripts/prototype.js" charset="utf-8"></script>
<script type="text/javascript" src="min/util.js" charset="utf-8"></script>
<script type="text/javascript" src="min/difflib.js"></script>
<script type="text/javascript" src="min/diffview.js"></script>
<script type="text/javascript" src="min/jsonp.js"></script>
<script type="text/javascript" src="min/gh.js"></script>
<script type="text/javascript" src="min/p.js"></script>
<script type="text/javascript" src="min/f.js"></script>
<script type="text/javascript" src="min/keyboard.js"></script>
<script type="text/javascript" src="min/diff.js"></script>
<link href="styles.css" media="all" rel="stylesheet" type="text/css" />
<script type="text/javascript">
var f;
document.on('dom:loaded', function() {
GH.setProxy('./proxy.php?url=');
window.f = new F();
});
</script>
</head>
<body>
</body>
</html>