UNPKG

generator-angular-fab

Version:

Yeoman generator for an AngularJS and Angular-Material project.

20 lines (18 loc) 643 B
<!DOCTYPE html> <html ng-app="<%= app_name %>"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <title><%= app_name %></title> <link rel="shortcut icon" href="images/favicon.ico"> <link rel="stylesheet" type="text/css" href="css/vendor.css"> <link rel="stylesheet" type="text/css" href="css/main.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body> <div ui-view></div> </body> <script src="js/vendor.js"></script> <script src="js/app.js"></script> </html>