mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
13 lines
224 B
HTML
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>
|