Advertisement
Guest User

Untitled

a guest
Feb 7th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. <?php
  2.  
  3. include_once('indexheader.php'); echo '<!DOCTYPE html>
  4. <html lang="en">
  5.  
  6. <head>
  7.  
  8. <meta charset="utf-8">
  9. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  10. <meta name="viewport" content="width=device-width, initial-scale=1">
  11. <meta name="description" content="">
  12. <meta name="author" content="">
  13. '; if($logedin){ echo '<title>Client Area</title>'; }else{ header("Location: login.php"); die(); } echo ' <!-- Bootstrap Core CSS -->
  14. <link href="css/bootstrap.min.css" rel="stylesheet">
  15.  
  16. <!-- Custom CSS -->
  17. <link href="css/heroic-features.css" rel="stylesheet">
  18.  
  19. <!-- font-awesome CSS -->
  20. <link href="css/font-awesome.css" rel="stylesheet" type="text/css">
  21.  
  22. <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  23. <!-- WARNING: Respond.js doesn\'t work if you view the page via file:// -->
  24. <!--[if lt IE 9]>
  25. <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  26. <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
  27. <![endif]-->
  28.  
  29. </head>
  30.  
  31. <body>
  32.  
  33. <!-- Navigation -->
  34. <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
  35. <div class="container">
  36. <!-- Brand and toggle get grouped for better mobile display -->
  37. <div class="navbar-header">
  38. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
  39. <span class="sr-only">Toggle navigation</span>
  40. <span class="icon-bar"></span>
  41. <span class="icon-bar"></span>
  42. <span class="icon-bar"></span>
  43. </button>
  44. <a class="navbar-brand" href="http://www.dezend.ir"><i class="fa fa-home fa-fw" aria-hidden="true"></i> Cyber Group</a>
  45. </div>
  46. <!-- Collect the nav links, forms, and other content for toggling -->
  47. <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
  48. .......................................................................
  49. ................................
  50. ..........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement