-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (29 loc) · 1.92 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
44
45
46
<!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"/>
<meta name="description" content="Create GitHub Directory Download Link"/>
<meta name="author" content="Samuel Betio"/>
<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="https://cdnjs.cloudflare.com/ajax/libs/angular-toastr/2.0.0/angular-toastr.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="https://cdnjs.cloudflare.com/ajax/libs/angular-toastr/2.0.0/angular-toastr.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>
</body>
</html>