Commit 59e9ab8ff4d24278a399b3f38e23fe10fee0d89e
1 parent
e90468fd7f
Exists in
master
fuera index
Showing
1 changed file
with
0 additions
and
32 deletions
 
Show diff stats
index.html
| 1 | <html ng-app="focaAbmPreciosCondiciones"> | File was deleted | |
| 2 | |||
| 3 | <head> | ||
| 4 | <meta charset="UTF-8" /> | ||
| 5 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
| 6 | |||
| 7 | <!--CSS--> | ||
| 8 | <link href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" /> | ||
| 9 | <link href="node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet" /> | ||
| 10 | |||
| 11 | <!--VENDOR JS--> | ||
| 12 | <script src="node_modules/jquery/dist/jquery.min.js"></script> | ||
| 13 | <script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script> | ||
| 14 | <script src="node_modules/angular/angular.min.js"></script> | ||
| 15 | <script src="node_modules/angular-route/angular-route.min.js"></script> | ||
| 16 | <script src="node_modules/ui-bootstrap4/dist/ui-bootstrap-tpls.js"></script> | ||
| 17 | <script src="node_modules/foca-modal/dist/foca-modal.min.js"></script> | ||
| 18 | |||
| 19 | <!-- BUILD --> | ||
| 20 | <script src="src/js/app.js"></script> | ||
| 21 | <script src="src/js/route.js"></script> | ||
| 22 | <script src="src/js/controller.js"></script> | ||
| 23 | <script src="src/js/service.js"></script> | ||
| 24 | <script src="src/etc/develop.js"></script> | ||
| 25 | <!-- /BUILD --> | ||
| 26 | |||
| 27 | <body> | ||
| 28 | <div ng-view> | ||
| 29 | </div> | ||
| 30 | </body> | ||
| 31 | |||
| 32 | </html> | ||
| 33 | 1 | <html ng-app="focaAbmPreciosCondiciones"> |