12 lines
254 B
HTML
Raw Normal View History

<!-- #docregion -->
<!DOCTYPE HTML>
<html>
<head>
</head>
<body>
<div ng-view></div>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.0-rc.0/angular.js"></script>
<script src="js/1-bootstrap/app.module.js"></script>
</body>
</html>