wrcspkkit

create.html

May 5th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.46 KB | None | 0 0
  1. <!--
  2. Check that a session is active or redirect to the login page !-->
  3.  
  4. <html>
  5. <head>
  6. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  7. <title>.::PkKit::.</title>
  8.  
  9. <link rel="stylesheet" href="style.css" type="text/css" />
  10. <link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700|Lato:400,100,300,700,900' rel='stylesheet' type='text/css'>
  11.  
  12.     <link rel="stylesheet" href="css/animate.css">
  13.    
  14.     <!--<link rel="stylesheet" href="css/style.css">!-->
  15.  
  16.     <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
  17. </head>
  18.  
  19.  
  20.  
  21. <body>
  22.  
  23. <div id="header">
  24. <label>&copy PkKit</label>
  25. </div>
  26.  
  27.  
  28. <div id="cssmenu">
  29.  
  30. <ul>
  31.   <li class='active'><a href='logout.html'>Logout</a></li>
  32.   <li><a href='myphotos.php'>My Photos</a></li>
  33.   <li><a href='#'>About Us</a></li>
  34.      <li class='last'><a href='#'>FAQs</a></li>
  35. <li class='last'><a href='#'>Support</a></li>
  36. </ul>
  37.  
  38. </div>
  39.  
  40. </div>
  41.  
  42. <div id="rightnav">
  43. <img src="no-photo.png" alt="No album selected" height="180" width="120" align="center">
  44. <p />
  45. No Album Selected
  46. <p />
  47. <p />
  48. <br />
  49. <ul>
  50.   <li class='active'><a href='create.php'>Create Album</a></li>
  51.   <li><a href='modify.php'>Modify Album</a></li>
  52.   <li class='last'><a href='share.php'>Share Album</a></li>
  53. </ul>
  54. </div>
  55. <div id="body">
  56.  
  57.     </div>
  58.  
  59. </div>
  60.  
  61.  
  62. <div id="footer" style="width:100%;">
  63. &copy PkKit 2016
  64.  
  65. </div>
  66.  
  67.  
  68.  
  69. </html>
Advertisement
Add Comment
Please, Sign In to add comment