delphimvcframework/samples/serversideviewcustom/bin/templates/footer.html

22 lines
523 B
HTML
Raw Normal View History

2018-01-29 17:30:53 +01:00
<div class="row_fluid">
2017-10-09 10:41:38 +02:00
<div class="col-sm-12">
<div style="height: 100px"></div>
</div>
</div>
<div class="row_fluid">
<div class="col-sm-12">
2018-01-29 17:30:53 +01:00
<span>N.B. All these views are UTF-8 without BOM (and this is Unicode Text: "Manutenção")</span>
2017-10-09 10:41:38 +02:00
</div>
<div class="col-sm-8 bg-primary">
<span>Powered by DMVCFramework</span>
</div>
<div class="col-sm-4 bg-success">
<span>Page generated in with a custom view engine</span>
</div>
</div>
</div>
</body>
</html>