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

15 lines
251 B
HTML
Raw Normal View History

2013-03-21 16:22:58 +01:00
<!DOCTYPE html>
<html xmlns:wicket="http://wicket.apache.org">
2013-03-21 18:40:09 +01:00
<head>
2013-03-27 12:13:56 +01:00
<title>CommaFeed</title>
2013-04-06 21:38:18 +02:00
<meta charset="utf-8">
2013-03-21 18:40:09 +01:00
</head>
2013-03-21 16:22:58 +01:00
<body>
2013-03-27 13:59:57 +01:00
<div ng-app="commafeed" id="main" class="main">
2013-03-29 15:09:50 +01:00
<div ui-view>
</div>
2013-03-21 18:40:09 +01:00
</div>
2013-03-21 16:22:58 +01:00
</body>
</html>