Commit 104fdc134bd2f3bbf9bf9a7b537fb4d5d905cca3
1 parent
826f0ea1ec
Exists in
master
index para prueba unitaria
Showing
1 changed file
with
26 additions
and
0 deletions
Show diff stats
index.html
| ... | ... | @@ -0,0 +1,26 @@ |
| 1 | +<html ng-app="focaLogin"> | |
| 2 | + <head> | |
| 3 | + <meta charset="UTF-8"/> | |
| 4 | + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
| 5 | + | |
| 6 | + <!--CSS--> | |
| 7 | + <link href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/> | |
| 8 | + <link href="node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet"/> | |
| 9 | + | |
| 10 | + <!--VENDOR JS--> | |
| 11 | + <script src="node_modules/jquery/dist/jquery.min.js"></script> | |
| 12 | + <script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script> | |
| 13 | + <script src="node_modules/angular/angular.min.js"></script> | |
| 14 | + <script src="node_modules/angular-route/angular-route.min.js"></script> | |
| 15 | + <script src="node_modules/angular-cookies/angular-cookies.min.js"></script> | |
| 16 | + | |
| 17 | + <script src="src/js/app.js"></script> | |
| 18 | + <script src="src/js/route.js"></script> | |
| 19 | + <script src="src/js/controller.js"></script> | |
| 20 | + <script src="src/js/service.js"></script> | |
| 21 | + <script src="src/etc/develop.js"></script> | |
| 22 | + </head> | |
| 23 | + <body ng-view> | |
| 24 | + | |
| 25 | + </body> | |
| 26 | +</html> |