14 lines
348 B
HTML
14 lines
348 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
|
|
</head>
|
|
<body>
|
|
<div ng-controller="ActivityCtrl as activity">
|
|
<watch-list watched-repos="activity.watchedRepos"></watch-list>
|
|
</div>
|
|
<script src="/app.js"></script>
|
|
</body>
|
|
</html>
|