Advertisement
Guest User

index

a guest
Dec 19th, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. <?php
  2.  
  3. include 'include/header.php';
  4.  
  5. ?>
  6.  
  7. <div id = "content">
  8.  
  9. <h2> Welcome to UpDrive</h2>
  10. <img class = "Main" src = "include/updrivelogo.jpg" alt = "UpDrive logo" >
  11. <h3> What is this site </h3>
  12. <p> This site allows you to store your precious files on a cloud system,
  13. forever suspending them within a virtual space where they will not get lost.
  14. So you no longer have to worry about losing your USB or a corrupt hard drive,
  15. just upload your document on the cloud and access it from anywhere.
  16. </p>
  17. <h3> How to Join</h3>
  18. <a href="Signup.php"><img class = "Sign"src ="include/signup.png" alt = "SignUp" /></a>
  19.  
  20. </div><!--content div end-->
  21.  
  22. <div id= "content1">
  23.  
  24. <h2>Upgrade Space</h2>
  25. <div class = "space"><!-- space div start-->
  26.  
  27. <h4> 10 GIG </h4>
  28. <ul>
  29. <li><strong> Price:10</strong></li>
  30. </ul>
  31. </div><!-- space dic end-->
  32.  
  33. <div class = "space"><!-- space dic start-->
  34. <h4> 20 GIG </h4>
  35. <ul>
  36. <li><strong> Price:15</strong></li>
  37. </ul>
  38. </div><!-- space dic end-->
  39.  
  40. <div class = "space"><!-- space dic start-->
  41. <h4> 40 GIG </h4>
  42. <ul>
  43. <li><strong> Price:25</strong></li>
  44. </ul>
  45. </div><!-- space dic end-->
  46.  
  47. <div class = "space"><!-- space dic start-->
  48. <h4> 50 GIG </h4>
  49. <ul>
  50. <li><strong> Price:30</strong></li>
  51. </ul>
  52. </div><!-- space dic end-->
  53.  
  54. </div><!--content 1 end-->
  55.  
  56. </div><!-- end container-->
  57.  
  58. </body>
  59. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement