-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (25 loc) · 1.24 KB
/
Copy pathindex.html
File metadata and controls
32 lines (25 loc) · 1.24 KB
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
<!DOCTYPE html>
<html data-ng-app="PokemonModule">
<head>
<meta charset="ISO-8859-1">
<title>Efren Pokemon</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="resources/styling/animations/animations.css" rel="stylesheet"/>
<link href="resources/styling/styles/styles.css" rel="stylesheet"/>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js"></script>
</head>
<body >
<div id="myHeader">
<h1>RANDOM ENCOUNTER</h1>
<!-- <h3>By: Efren Olivas</h3> -->
</div>
<data-ui-view></data-ui-view>
<script src="//unpkg.com/angular-ui-router/release/angular-ui-router.min.js"></script>
<script src="resources/scripts/ui-bootstrap-tpls-2.5.0.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular-animate.js"></script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/angular-sanitize/1.5.6/angular-sanitize.js"></script> -->
<script src="resources/scripts/app.js"></script>
<script src="resources/scripts/controllers.js"></script>
<script src="resources/scripts/services.js"></script>
</body>
</html>