-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
31 lines (29 loc) · 1021 Bytes
/
Copy pathfooter.html
File metadata and controls
31 lines (29 loc) · 1021 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!-- footer.html -->
<footer>
<div class="footer-content">
<div class="social-buttons">
<a href="https://t.me/RedMothSelf">
<img src="res/telegram.png" alt="Telegram" class="png-emoji">
<span>Telegram</span>
</a>
<a href="https://github.com/LicaRedMoth/redmoth">
<img src="res/github.png" alt="GitHub" class="png-emoji">
<span>GitHub</span>
</a>
<a href="https://discord.com/users/727527042102591561">
<img src="res/discord.png" alt="Discord" class="png-emoji">
<span>Discord</span>
</a>
</div>
<div class="copyright">
© <span id="year"></span> REDMOTH.MOE.
All rights are NOT reserved (but
<a href="https://creativecommons.org/licenses/by-sa/4.0/"
target="_blank"
rel="license noopener noreferrer"
class="license-link">
Share-Alike
</a> applies <img src="res/SA2.png" alt="Attribute" class="sa-emoji"><img src="res/SA1.png" alt="Share-Alike" class="sa-emoji"> )
</div>
</div>
</footer>