Updated frontend
This commit is contained in:
+14
-1
@@ -1,3 +1,16 @@
|
||||
</div><!-- end spa-shell -->
|
||||
|
||||
<footer class="py-2 bg-dark text-light mt-4">
|
||||
<div class="container-fluid d-flex justify-content-between align-items-center small">
|
||||
<span>
|
||||
<a href="https://theta42.com" target="_blank">
|
||||
<img width="64" src="/static/img/theta42.svg"/>
|
||||
</a>
|
||||
© <%- buildYear %> <%- name %>. All rights reserved.
|
||||
</span>
|
||||
<a href="/tos" class="text-light text-decoration-none">Terms of Service</a>
|
||||
<span >v<%- buildVersion %> (<%- buildHash %>)</span>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user