delphimvcframework/samples/htmx_mustache/bin/templates/footer.mustache

24 lines
529 B
Plaintext

<div class="row_fluid">
<div class="col-sm">
<div style="height: 100px"></div>
</div>
</div>
<div class="row_fluid">
<div class="col-sm">
<span>N.B. All these views are UTF-8 encoded with BOM</span>
</div>
</div>
<div class="row">
<div class="col-sm bg-primary">
<span>Powered by DMVCFramework</span>
</div>
<div class="col-sm bg-warning">
<span>Server Side Views <a href="/people/mustacheshowcase">showcase</a></span>
</div>
</div>
</div>
</body>
</html>