mirror of
https://github.com/xodivorce/xeorl.git
synced 2025-12-19 16:23:01 +05:30
19 lines
809 B
PHP
Executable File
19 lines
809 B
PHP
Executable File
<link rel="stylesheet" href="assets/css/footer.css">
|
|
<footer>
|
|
<div class="footer-container">
|
|
<p>
|
|
<img src="assets/images/url.svg" class="footer-img">
|
|
<span style="font-size: 12px;color:#84819E;font-weight: 500; margin-left:-8px; margin-top: 5px; display: inline-block;">Xeorl</span>
|
|
<span style="font-size: 12px;color:#ABB2BF;font-weight: 500; margin-top: 5px; display: inline-block;">open source</span> <br>
|
|
<span style="font-size: 10px;color:#ABB2BF; display: block; margin-top: 12px;">Released under MIT License | Copyright © 2024</span>
|
|
</p>
|
|
<div class="footer-links">
|
|
<a href="#">Privacy</a>
|
|
<a href="#">Terms</a>
|
|
<a href="#">Contact</a>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|