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-04-10 15:33:42 +02:00
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
|
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>
|
|
|
|
|
|
2013-03-22 23:54:52 +01:00
|
|
|
</div>
|
2013-03-21 18:40:09 +01:00
|
|
|
</div>
|
2013-03-21 16:22:58 +01:00
|
|
|
</body>
|
|
|
|
|
</html>
|