Files
Athou_commafeed/src/main/java/com/commafeed/frontend/pages/HomePage.html
2013-04-10 15:33:42 +02:00

16 lines
321 B
HTML

<!DOCTYPE html>
<html xmlns:wicket="http://wicket.apache.org">
<head>
<title>CommaFeed</title>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<div ng-app="commafeed" id="main" class="main">
<div ui-view>
</div>
</div>
</body>
</html>