Add more type hints and work on some code formatting

This commit is contained in:
Alex Cabal 2024-11-08 13:50:59 -06:00
parent 06b82cdaaa
commit c3c588cc1b
35 changed files with 343 additions and 167 deletions

View file

@ -1,18 +1,18 @@
<div class="footer">
<p>
<a href="<?= SITE_URL ?>/donate">Donate</a> &bull; <a href="<?= SITE_URL ?>/contribute">Get involved</a> &bull; <a href="<?= SITE_URL ?>/feeds">Ebook feeds</a>
</p>
<p>
<a href="<?= SITE_URL ?>">
<img src="https://standardebooks.org/images/logo-small.png" alt="The Standard Ebooks logo."/>
</a>
</p>
<address>
<p>Standard Ebooks L<sup>3</sup>C</p>
<p>2027 W. Division St. Unit 106</p>
<p>Chicago, IL 60622</p>
</address>
<div class="footer">
<p>
<a href="<?= SITE_URL ?>/donate">Donate</a> &bull; <a href="<?= SITE_URL ?>/contribute">Get involved</a> &bull; <a href="<?= SITE_URL ?>/feeds">Ebook feeds</a>
</p>
<p>
<a href="<?= SITE_URL ?>">
<img src="https://standardebooks.org/images/logo-small.png" alt="The Standard Ebooks logo."/>
</a>
</p>
<address>
<p>Standard Ebooks L<sup>3</sup>C</p>
<p>2027 W. Division St. Unit 106</p>
<p>Chicago, IL 60622</p>
</address>
</div>
</div>
</div>
</body>
</html>