index.html - rosalsm/TIY-GitHub GitHub Wiki

Make the right connections for a good start, always very important:

   <head>    

        <!-- bower:css -->
        <link rel="stylesheet" href="/bower_components/normalize-css/normalize.css" />

        <!-- endbower -->

        <link rel="stylesheet" href="css/main.css">
    </head>
    <body>


        <!-- bower:js -->
        <script src="/bower_components/jquery/dist/jquery.js"></script>
        <script src="/bower_components/angular/angular.js"></script>
        <script src="/bower_components/angular-route/angular-route.js"></script>
        <script src="/bower_components/lodash/lodash.js"></script>


        <!-- endbower -->

        <script src="js/plugins.js"></script>
        <script src="js/main.js"></script>


    </body>
⚠️ **GitHub.com Fallback** ⚠️