index.html 1.21 KB
<html ng-app="appWrapperDemo">
    <head>
        <meta charset="UTF-8"/>
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
        <base href="./">
        
        <!--CSS-->
        <link href="./node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/>
        <link href="./node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet"/>

        <!--VENDOR JS-->
        <script src="./node_modules/jquery/dist/jquery.min.js"></script>
        <script src="./node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
        <script src="./node_modules/angular/angular.min.js"></script>
        <script src="./node_modules/angular-route/angular-route.min.js"></script>
        <script src="./node_modules/foca-botonera-horizontal/dist/botonera-horizontal.min.js"></script>
        <script src="./node_modules/foca-turno-apertura/dist/foca-turno-apertura.min.js"></script>
        
        <!-- BUILD -->
        <script src="./src/js/app.js"></script>
        <!-- /BUILD -->
    </head>
    <body>
        <botonera-horizontal></botonera-horizontal>
        <div ng-view id="contenedor" class="container-fluid" style="margin-bottom: 100px"></div>
    </body>
</html>