Website/template/includes/footer.twig

42 lines
1.5 KiB
Twig
Raw Normal View History

{% if not reduced %}
2023-10-26 16:21:28 +00:00
<div class="container">
2023-10-26 16:23:50 +00:00
<ins data-revive-zoneid="3" data-revive-id="5ae65e2e4729376e04e82303cef4f977"></ins>
2023-10-26 16:21:28 +00:00
<script async src="//ads.theclashfruit.me/www/delivery/asyncjs.php"></script>
</div>
2023-11-26 21:40:10 +00:00
<footer class="pageFooter container">
<p class="copyright">
Copyright &copy; 2024 CRSS <br>
2024-06-09 20:21:01 +00:00
Brought to by PrideCraft Studios, CustardMC, LoopMC, Devin, Alto, Badger, Minefacts, FedBank, Northern, WorldWidePixel, Blurryface, Lupancham, and TheClashFruit's Real Hosting Company!
2023-11-26 21:40:10 +00:00
</p>
2023-11-26 21:40:10 +00:00
<div class="SNS-Links">
2024-03-29 07:13:01 +00:00
<a href="https://discord.gg/rGjCKawPkS" target="_blank" rel="me">
2024-03-29 07:13:01 +00:00
<img src="/img/Discord.svg" alt="YouTube's icon">
<span>CRSS's Public Discord</span>
</a>
2023-11-26 21:40:10 +00:00
<a href="https://youtube.com/@CRSS666" target="_blank" rel="me">
<img src="/img/Youtube.svg" alt="YouTube's icon">
<span>CRSS's channel</span>
</a>
2024-03-29 07:13:01 +00:00
2023-09-15 21:04:00 +00:00
<a href="https://tech.lgbt/@blurryface" target="_blank" rel="me">
2023-11-26 21:40:10 +00:00
<img src="/img/Mastodon.svg" alt="Mastodon's icon">
<span>Blurryface</span>
2023-09-15 21:04:00 +00:00
</a>
2024-03-29 07:13:01 +00:00
2024-02-25 09:31:42 +00:00
<a href="https://wetdry.world/@TheClashFruit" target="_blank" rel="me">
2023-11-26 21:40:10 +00:00
<img src="/img/Mastodon.svg" alt="Mastodon's icon">
<span>TheClashFruit</span>
2023-09-15 21:04:00 +00:00
</a>
2024-03-29 07:13:01 +00:00
2024-01-11 20:22:20 +00:00
<a href="https://wetdry.world/@Myadeleines" target="_blank" rel="me">
2023-11-26 21:40:10 +00:00
<img src="/img/Mastodon.svg" alt="Mastodon's icon">
<span>Myadeleines</span>
2023-09-15 21:04:00 +00:00
</a>
2024-03-29 07:13:01 +00:00
2023-11-26 21:40:10 +00:00
</div>
</footer>
{% endif %}