delphimvcframework/samples/serversideviews_mustache/bin/templates/footer.mustache
2020-11-05 17:14:39 +01:00

21 lines
494 B
Plaintext

<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>Server Side Views <a href="/showcase">showcase</a></span>
</div>
</div>
</div>
</body>
</html>