-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupload.html
83 lines (72 loc) · 3.73 KB
/
upload.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description"
content="code_lab_by_shail We enjoy learning new stuff every day and we love teaching it to others even more.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>code_lab_by_shail</title>
<meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#4D8799">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="GenNext">
<link rel="apple-touch-icon" href="images/touch/apple-touch-icon.png">
<meta name="msapplication-TileColor" content="#4D8799">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:description"
content="code_lab_by_shail We enjoy learning new stuff every day and we love teaching it to others even more.">
<meta property="og:url" content="https://github.com/shailendra9">
<meta property="og:site_name"
content="code_lab_by_shail - Learn something new in Technology">
<meta property="og:image"
content="https://github.com/shailendra9">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title"
content="code_lab_by_shail - Learn something new in Technology">
<meta property="twitter:site" content="ShailBitsian">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/media.css">
<link rel="stylesheet" href="css/freelance.min.css">
<link href='https://fonts.googleapis.com/css?family=Roboto'
rel='stylesheet' type='text/css'>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/common.css">
<link rel="stylesheet" type="text/css" href="css/course.css">
<link rel="stylesheet" type="text/css" href="css/technology.css">
<link rel="stylesheet" type="text/css" href="css/glyphicons.css">
<link rel="stylesheet" type="text/css" href="css/cast.css">
<link rel="stylesheet" type="text/css" href="font-awesome/css/font-awesome.min.css">
<!-- Latest compiled and minified JavaScript -->
</head>
<body data-modal-anti-scroll-helper="" data-ng-class=""
class="ng-scope responsive" ng-controller="parentCntl">
<div id="page-content">
<header ng-include="'partials/header.html'"></header>
<div class="page-loading">
<img src="images/loading.gif" class="ajax-loader">
</div>
<div ui-view></div>
<footer ng-include="'partials/footer.html'"></footer>
<header ng-include="'partials/authmodal.html'"></header>
</div>
<script src="js/jquery.min.js" type="text/javascript"></script>
<script src="js/angular.min.js" type="text/javascript"></script>
<script src="js/angular-route.min.js" type="text/javascript"></script>
<script src="app/shared/route/routes.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="app/shared/bootstrap/bootstrap.js" type="text/javascript"></script>
<script src="app/shared/factory/user.service.js" type="text/javascript"></script>
<script src="app/shared/factory/AuthResolver.js" type="text/javascript"></script>
<script src="app/shared/factory/authentication.service.js" type="text/javascript"></script>
<script type="text/javascript" src="js/angular-resource.min.js"></script>
<script type="text/javascript" src="js/angular-cookies.min.js"></script>
<script src="app/shared/module/module.js" type="text/javascript"></script>
<script src="app/shared/route/routes.js" type="text/javascript"></script>
<script src="js/angular-storage.js" type="text/javascript"></script>
<script src="app/controller/authController.js" type="text/javascript"></script>
</body>
</body>
</html>