Advertisement
lowheartrate

graphics.php

Mar 14th, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <?php include 'includes/header.php' ?>
  2.  
  3.  
  4.  
  5. <div class="graphics_content">
  6. <div class="page_top_image">
  7. <img src="includes/img/heartfx_graphics.png" class="img-responsive" alt="Responsive image">
  8. </div>
  9. </div>
  10.  
  11. <div class="photo_upload">
  12. <div class="photo_upload_form">
  13. <form action="upload.php" method="post" enctype="multipart/form-data">
  14. Select image to upload:
  15. <br>
  16. <input type="file" name="fileToUpload" id="fileToUpload">
  17. <br>
  18. <input type="submit" value="Upload Image" name="submit">
  19. </form>
  20. </div>
  21. </div>
  22.  
  23.  
  24.  
  25. <?php include 'footer.php' ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement