Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Check that a session is active or redirect to the login page !-->
- <html>
- <head>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <title>.::PkKit::.</title>
- <link rel="stylesheet" href="style.css" type="text/css" />
- <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'>
- <link rel="stylesheet" href="css/animate.css">
- <!--<link rel="stylesheet" href="css/style.css">!-->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
- </head>
- <body>
- <div id="header">
- <label>© PkKit</label>
- </div>
- <div id="cssmenu">
- <ul>
- <li class='active'><a href='logout.html'>Logout</a></li>
- <li><a href='myphotos.php'>My Photos</a></li>
- <li><a href='#'>About Us</a></li>
- <li class='last'><a href='#'>FAQs</a></li>
- <li class='last'><a href='#'>Support</a></li>
- </ul>
- </div>
- </div>
- <div id="rightnav">
- <img src="no-photo.png" alt="No album selected" height="180" width="120" align="center">
- <p />
- No Album Selected
- <p />
- <p />
- <br />
- <ul>
- <li class='active'><a href='create.php'>Create Album</a></li>
- <li><a href='modify.php'>Modify Album</a></li>
- <li class='last'><a href='share.php'>Share Album</a></li>
- </ul>
- </div>
- <div id="body">
- </div>
- </div>
- <div id="footer" style="width:100%;">
- © PkKit 2016
- </div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment