Apache Tapestry - review fix

This commit is contained in:
Anshul BANSAL 2019-11-28 11:04:51 +02:00
parent cabc6dd375
commit 1d056fe19f
1 changed files with 19 additions and 19 deletions

View File

@ -1,21 +1,21 @@
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_4.xsd"> <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_4.xsd">
<head> <head>
<title>${title}</title> <title>${title}</title>
</head> </head>
<body> <body>
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="span12"> <div class="span12">
<t:alerts/> <t:alerts/>
</div> </div>
</div> </div>
</div> </div>
<div class="container"> <div class="container">
<t:body /> <t:body />
<hr /> <hr />
<footer> <footer>
<p>&copy; Your Company</p> <p>&copy; Your Company</p>
</footer> </footer>
</div> </div>
</body> </body>
</html> </html>