Files
sso-manager-node/nodejs/views/bottom.ejs
T
2026-07-01 11:10:09 -04:00

17 lines
539 B
Plaintext
Executable File

</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>
&copy; <%- 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>