backend: frontend: cleaned up the codebase and added more logging for debuging
This commit is contained in:
parent
faf7c2f782
commit
3a77eb1593
11 changed files with 152 additions and 38 deletions
|
|
@ -1,15 +1,19 @@
|
|||
{{ define "about" }}
|
||||
<!-- Start of about section -->
|
||||
<div class="tile is-parent">
|
||||
<div class="tile is-child card ">
|
||||
<div class="card-content">
|
||||
<div class="media-content">
|
||||
<!-- Title -->
|
||||
<p class="title is-4">About Us</p>
|
||||
</div>
|
||||
<div class="content">
|
||||
<!-- Description -->
|
||||
<p>Welcome to the Dungeons and Dragons Monster Generator website! We are a team of enthusiasts...</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- End of about section -->
|
||||
</div>
|
||||
{{ end }}
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@
|
|||
<ul>
|
||||
<li>Email: example@example.com</li>
|
||||
<li>Phone: +123456789</li>
|
||||
<!-- Add more contact information -->
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue