delphimvcframework/samples/serversideviewcustom/bin/templates/footer.html
2017-10-09 10:41:49 +02:00

22 lines
488 B
HTML

<div class="row_fluid">
<div class="col-sm-12">
<div style="height: 100px"></div>
</div>
</div>
<div class="row_fluid">
<div class="col-sm-12">
<span>N.B. All these views are UTF-8 encoded with BOM</span>
</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>