website/themes/exectos/layouts/partials/footer.html
Rafal Kupiec 3e1a7c1932
All checks were successful
Builds / ExectOS WebSite (push) Successful in 15s
Import ExectOS Web Site
Reviewed-on: #1
Reviewed-by: Piotr Likoski <likoski@noreply.codingworkshop.git>
Co-authored-by: Rafal Kupiec <belliash@codingworkshop.eu.org>
Co-committed-by: Rafal Kupiec <belliash@codingworkshop.eu.org>
2024-06-18 23:00:02 +02:00

11 lines
342 B
HTML

<div class="wrapper_footer">
<div class="footer">
<div class="footer-left">
Copyright&copy; 2017 - 2024, CodingWorkshop
</div>
<div class="footer-right">
Content is available under <a href="https://www.gnu.org/licenses/fdl-1.3.html">GNU Free Documentation License 1.3 or later</a>.
</div>
</div>
</div>