forked from MinhasKamal/DownGit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (30 loc) · 1.98 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
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html ng-app="downGit">
<head>
<!-------------------------------- META -------------------------------->
<meta charset="utf-8"/>
<meta name="keywords" content="GitHub Directory Link, GitHub Directory, Github Link, GitHub Directory Download, GitHub, Download"/>
<meta name="description" content="Create GitHub Directory Download Link"/>
<meta name="author" content="Minhas Kamal"/>
<title>DownGit</title>
<link rel="icon" type="image/ico" href="res/images/downgit.png">
<!-------------------------------- LINK -------------------------------->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous" />
<link href="lib/angular-toastr(2.0.0).min.css" rel="stylesheet"/>
<link href="app/site.css" rel="stylesheet" />
</head>
<body>
<div ng-view class=""></div>
<!------------------------------- SCRIPT ------------------------------>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular-route.min.js"></script>
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<script src="lib/angular-toastr(2.0.0).tpls.min.js"></script>
<script src="https://cdn.rawgit.com/Stuk/jszip/v3.0.0/dist/jszip.min.js"></script>
<script src="lib/filesaver.min.js"></script>
<script src="app/app.js"></script>
<script src="app/home/home.js"></script>
<script src="app/home/down-git.js"></script>
</body>
</html>