welcome.inc.php 627 B

12345678910111213141516171819202122
  1. <?php
  2. /**
  3. * This program is free software: you can redistribute it and/or modify
  4. * it under the terms of the COMMON DEVELOPMENT AND DISTRIBUTION LICENSE
  5. *
  6. * You should have received a copy of the
  7. * COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
  8. * along with this program. If not, see http://www.sun.com/cddl/cddl.html
  9. *
  10. * 2019 - 2020 https://://www.bananas-playground.net/projekt/selfpaste
  11. */
  12. ?>
  13. <!DOCTYPE HTML>
  14. <html>
  15. <head>
  16. <meta charset="utf-8" />
  17. <meta name="author" content="selfpaste">
  18. </head>
  19. <body>
  20. <p>Thank you for using selfpaste.</p>
  21. </body>
  22. </html>