UNPKG

angular-nadobit-app

Version:
21 lines (20 loc) 694 B
<!doctype html> <html ng-app="{{app-name}}" ng-strict-di> <head> <meta charset="utf-8"> <title>{{app-name}}</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="vendor.css?rev=@@hash"> <link rel="stylesheet" href="{{app-name}}.css?rev=@@hash"> <link rel="icon" href="img/icon.png" type="image/png"> </head> <body> <ui-view> <div class="loading"> <img src="img/loading.gif"/> </div> </ui-view> <script src="vendor.js?rev=@@hash"></script> <script src="{{app-name}}.js?rev=@@hash"></script> </body> </html>