Files
Athou_commafeed/src/main/java/com/commafeed/frontend/pages/HomePage.html
2013-04-13 18:50:38 +02:00

13 lines
224 B
HTML

<!DOCTYPE html>
<html xmlns:wicket="http://wicket.apache.org">
<body>
<wicket:extend>
<div ng-app="commafeed" id="main" class="main">
<div ui-view>
</div>
</div>
</wicket:extend>
</body>
</html>