-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·21 lines (21 loc) · 1021 Bytes
/
Copy pathindex.html
File metadata and controls
executable file
·21 lines (21 loc) · 1021 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang=en>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>REST API IMDB | joy biswas</title>
<link href="./resources/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="./resources/bootstrap/css/bootstrap-theme.min.css" rel="stylesheet">
<link href="./resources/custom/ngimdb.css" rel="stylesheet">
<script src="./resources/jquery-2.1.4.min.js"></script>
<script src="./resources/bootstrap/js/bootstrap.min.js"></script>
<script src="./resources/angular/angular.min.js"></script>
<script src="./resources/angular/angular-route.min.js"></script>
<script src="./resources/custom/imdbModule.js"></script>
<script src="./resources/custom/connectionModule.js"></script>
</head>
<body ng-app="imdbModule" class="container-fluid">
<header> <navigation/> </header>
<section><ng-view ng-keep-scroll="service.scrollY"></ng-view></section>
</body>
</html>