2009scape-website/_includes/footer.html
Dan G b2f03dbd3b
Convert all .png images to .webp format (#188)
* Convert 2009scape banners to webp format

* Add a .webp version of all png images

* Reference webp version of images
2022-11-13 02:48:13 +09:00

13 lines
624 B
HTML

<div id="footer">
<div class="contain">
<div class="footerdesc">
Copyright &copy; 2022 under AGPL. <strong>2009Scape is not affiliated with RuneScape or Jagex
Ltd.</strong><br />
Use of our Game's source code is subject to our <a href="/site/terms/terms.html">Terms &amp;
Conditions</a> and <a href="/site/privacy/privacy.html">Privacy Policy</a>.<br />
</div>
<a class="jagexlink" href="" target="_blank">
<img src="/site/2009scape-resources/img/branding/logo-footer-dark.webp" alt="2009Scape" />
</a>
</div>
</div>