bundle js libs together

This commit is contained in:
Athou
2013-04-13 18:50:38 +02:00
parent 2cac91c5fa
commit 8fed8ea8a3
6 changed files with 133 additions and 56 deletions

View File

@@ -0,0 +1,12 @@
<!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>