footer.html 275 B

12345678
  1. <div class="footer-container">
  2. <a href="/">LibreX</a>
  3. <a href="https://github.com/hnhx/librex/" target="_blank">Source &amp; Instance list</a>
  4. <a href="/api.php" target="_blank">API</a>
  5. <a href="/donate.php" id="right">Donate ❤️</a>
  6. </div>
  7. </body>
  8. </html>