Files
Athou_commafeed/src/main/java/com/commafeed/frontend/pages/HomePage.html

13 lines
224 B
HTML
Raw Normal View History

2013-03-21 16:22:58 +01:00
<!DOCTYPE html>
<html xmlns:wicket="http://wicket.apache.org">
<body>
2013-04-13 18:50:38 +02:00
<wicket:extend>
<div ng-app="commafeed" id="main" class="main">
<div ui-view>
</div>
</div>
2013-04-13 18:50:38 +02:00
</wicket:extend>
2013-03-21 16:22:58 +01:00
</body>
</html>