Files
unionflow-client-quarkus-pr…/target/classes/META-INF/resources/templates/components/layout/footer.xhtml
2026-03-01 22:00:28 +00:00

13 lines
499 B
HTML

<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://xmlns.jcp.org/jsf/html"
xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
<div class="layout-footer">
<div class="footer-bottom" style="justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;">
<h4 style="margin:0;">UnionFlow</h4>
<h6 style="margin:0;opacity:.7;">Copyright &#169; Lions Dev Team</h6>
</div>
</div>
</ui:composition>