-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (22 loc) · 1.39 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
<!DOCTYPE html>
<html>
<head>
<title>Image Galery</title>
<link rel="stylesheet" type="text/css" href="components\ImageViewer\components\ImageView\imageView.css">
<link rel="stylesheet" type="text/css" href="components\ImageViewer\components\ImageGallery\imageGallery.css">
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
</head>
<body ng-app="ImageViewer">
<image-viewer></image-viewer>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular-animate.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.3.1/angular-ui-router.min.js"></script>
<script src="components/ImageViewer/components/ImageView/imageView.js"></script>
<script src="components/ImageViewer/components/ImageGallery/directives/thumbnailSize.js"></script>
<script src="components/ImageViewer/components/ImageGallery/imageGallery.js"></script>
<script src="components/ImageViewer/services/flickrApi/flickrApi.js"></script>
<script src="components/ImageViewer/services/flickrApi/flickrPhotoDecorator.js"></script>
<script src="components/ImageViewer/imageViewer.js"></script>
<script src="components/ImageViewer/imageViewer.config.js"></script>
</body>
</html>