42 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <!doctype html>
 | |
| <html>
 | |
|   <head>
 | |
|     <meta charset="utf-8" />
 | |
|     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
 | |
| 
 | |
|     <title>LinuxRocker</title>
 | |
|     <link rel="stylesheet" href=".pdirl/templates/default/stylesheets/styles.css" />
 | |
|     <link rel="stylesheet" href=".pdirl/templates/default/stylesheets/pygment_trac.css" />
 | |
| 	<link rel="stylesheet" href=".pdirl/templates/default/style.css" />
 | |
|     <!--[if lt IE 8]><link rel="stylesheet" href="stylesheets/ie.min.css" /><![endif]-->
 | |
| 
 | |
|  <!--   <link rel="shortcut icon" href="http://dev.jbirc.com/images/favicon.ico" type="image/x-icon" />
 | |
|     <link rel="icon" href="http://dev.jbirc.com/images/favicon.ico" type="image/x-icon" /> -->
 | |
|   </head>
 | |
|   <body>
 | |
|       <header id="header">
 | |
|         <nav>
 | |
|         </nav>
 | |
|       </header>
 | |
| 
 | |
|     <div class="wrapper">
 | |
|       <section>
 | |
|         <header id="title">
 | |
|           <h1>LinuxRocker</h1>
 | |
|           <h2>You are in a restricted area! Be careful!</h2>
 | |
|         </header>
 | |
|         <hr />
 | |
| 
 | |
|           <p class="tab"><?php include 'pdirl.php' ?></p>
 | |
| 
 | |
|           <footer id="footer">
 | |
|           <hr />
 | |
|           <span class="credits left">Inspired design by <a href="http://github.com/Rikai">Rikai</a>, <a href="http://github.com/ChrisLAS">ChrisLAS</a> and <a href="http://twitter.com/michigangraham">mattgraham</a>. Customized to fit needs by <a href="http://github.com/mattburchett">Matt Burchett</a></span>
 | |
|           <span class="credits right">Original design: <a href="http://github.com/rikai/JupiterColony.com">GitHub</a></span>
 | |
|         </footer>
 | |
|       </section>
 | |
|     </div>
 | |
|   </body>
 | |
| </html>
 |