-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
25 lines (25 loc) · 1.06 KB
/
footer.html
File metadata and controls
25 lines (25 loc) · 1.06 KB
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
<div style="height:50px"></div>
<footer class="footer-blue ml-0">
<div class="w-screen">
<div class="flex flex-col">
<div class="flex justify-center text-center pb-4 mb-2">
<a target="_blank" href="https://discord.gg/HoloRes">
<img src="https://holores.s3.nl-ams.scw.cloud/logo.png"
width="45">
</a>
</div>
<div class="flex justify-center">
<ul class="list-unstyled text-center footer-menu-list mb-3">
<li>
<a target="_blank"
href="https://www.statuspage.io/powered-by?utm_source=inapp&utm_medium=powered-by&utm_campaign=status.hlresort.community&utm_content=status-pages">
Powered by Statuspage</a>
</li>
</ul>
</div>
<div class="flex justify-center copyright-text">
<span>HoloRes</span>
</div>
</div>
</div>
</footer>