A simple php website which displays quotes on pictures of pandas.
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.

26 lines
562 B

  1. <?php
  2. //11-24-16
  3. echo '<!-- Footer -->
  4. <footer class="w3-container w3-theme-dark w3-padding-16 w3-center">
  5. <div style="position:relative;bottom:55px;" class="w3-tooltip w3-right">
  6. <span class="w3-text w3-theme-light w3-padding">Go To Top</span>&nbsp;
  7. <a class="w3-text-white" href="#myHeader"><span class="w3-xlarge">
  8. <i class="fa fa-chevron-circle-up"></i></span></a>
  9. </div>
  10. <p>Panda Quotes</p>
  11. </footer>';
  12. echo '</body></html>';
  13. try
  14. {
  15. mysqli_close($dbc);
  16. }
  17. catch (Exception $ex)
  18. {
  19. }
  20. ?>