mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 20:36:38 -04:00
Add more type hints and work on some code formatting
This commit is contained in:
parent
06b82cdaaa
commit
c3c588cc1b
35 changed files with 343 additions and 167 deletions
|
@ -1,18 +1,18 @@
|
|||
<div class="footer">
|
||||
<p>
|
||||
<a href="<?= SITE_URL ?>/donate">Donate</a> • <a href="<?= SITE_URL ?>/contribute">Get involved</a> • <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> • <a href="<?= SITE_URL ?>/contribute">Get involved</a> • <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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue