You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
921B

  1. <footer>
  2. <div class="container">
  3. <div class="wrapper">
  4. <div style="position:relative; top: 0px;left: 0px;">
  5. <form class="formleftside" action="<?php echo $_server["script_name"]; ?>" method="post">
  6. <input type="submit" name="changeColorNow" value="Switch Color Theme"/>
  7. </form>
  8. </div>
  9. <div>
  10. <p style="font-size: 90%;">
  11. &#0169;
  12. 2012-2018 DISTRHO
  13. &nbsp; &nbsp;
  14. <span style="float:right;">
  15. Sponsored by
  16. <a href="https://kxstudio.linuxaudio.org" target="_blank">KXStudio</a>
  17. &nbsp; &nbsp;|&nbsp; &nbsp;
  18. All the plugins and Linux ports here are free, please consider a
  19. <a href="https://kxstudio.linuxaudio.org/Donations" target="_blank">donation</a>
  20. if possible.
  21. </span>
  22. </p>
  23. </div>
  24. </div>
  25. </div>
  26. </footer>
  27. </body>
  28. </html>