Update templates/totw.html

This commit is contained in:
Matthew Fisher 2024-09-28 09:47:44 -05:00
parent 2be42e91b9
commit c9670c4328

View File

@ -1,2 +1,11 @@
<>
<>
<div class="px-4 pt-5 my-5 text-center border-bottom roboto-regular">
<h1 class="display-4 fw-bold text-body-emphasis"> {{ tool.Name }} </h1>
<a href='http://{{ tool["Url"] }}'>
<div class="container px-5">
<img class="img-fluid border rounded-3 shadow-lg mb-4"></img>
</a>
</div>
<button>{{ tool.Name }}</button>
<div>
<p class="roboto-regular col-lg-6 mx-auto"> {{ tool.Description }} </p>
</div>