summaryrefslogtreecommitdiff
path: root/frontend/index.html
blob: 6fe29c2c662d7644f77794aed7019fd1a4827d4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html ng-app="someapp">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
</head>
<body>

<ng-view></ng-view>

<script src="node_modules/angular/angular.js"></script>
<script src="node_modules/angular-route/angular-route.js"></script>
<script src="app.js"></script>
</body>
</html>