13 lines
499 B
HTML
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 © Lions Dev Team</h6>
|
|
</div>
|
|
</div>
|
|
|
|
</ui:composition>
|