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

13 lines
300 B
HTML
Raw Normal View History

2013-04-13 18:50:38 +02:00
<!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>
<wicket:child />
<wicket:container wicket:id="footer-container"/>
</body>
</html>