<!DOCTYPE html> <html ng-app=“app”>
<head> <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no" /> <link rel="stylesheet" href="styles.css"> <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100' rel='stylesheet' type='text/css'> </head> <body> <ui-view></ui-view> <script src="app.min.js"></script> </body>
</html>