Started working on updating styles

This commit is contained in:
2023-11-26 01:23:30 -05:00
parent a57bcb9c2f
commit df2a96c3b4
4 changed files with 77 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<nav id="main-footer" class="container fluid">
<p>Leviathan version {{ app_version }}</p>
<p>Running node.js version {{ node_version }}</p>
<nav id="main-footer">
<p>Leviathan version v{{ app_version }}</p>
<p>Running node.js version v{{ node_version }}</p>
</nav>