Add blank template page
This commit is contained in:
		
					parent
					
						
							
								f4f78e898a
							
						
					
				
			
			
				commit
				
					
						b5bf3fba8b
					
				
			
		
					 1 changed files with 30 additions and 0 deletions
				
			
		
							
								
								
									
										30
									
								
								blank/index.php
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										30
									
								
								blank/index.php
									
										
									
									
									
										Executable file
									
								
							|  | @ -0,0 +1,30 @@ | |||
| 
 | ||||
| <!DOCTYPE html> | ||||
| <html lang="en"> | ||||
| <head> | ||||
| 	<!-- Global --> | ||||
| 	<?php require('../inc/head.html'); ?>
 | ||||
| 
 | ||||
| 	<!-- Page-specific --> | ||||
| 	<title>Bookmarks</title> | ||||
| 	<!--<link rel="shortcut icon" href="../res/img/icons/ico/calc.ico" type="image/x-icon">--> | ||||
| 	<meta property="og:title" content="title"> | ||||
| 	<meta property="og:description" content="description"> | ||||
| 	<!--<meta property="og:image" content="/res/img/icons/png/computer.png">--> | ||||
| </head> | ||||
| <body> | ||||
| <div class="page">   | ||||
| <?php require('../inc/nav.php') ?>
 | ||||
| 
 | ||||
| <div id="pagebody"> | ||||
| 	<div id="content"> | ||||
| 
 | ||||
| 	</div> <!-- content --> | ||||
| 
 | ||||
| 	<div id="footer" class="pagefooter"> | ||||
| 		<!-- Created <span class="date">Sat 26 Mar 2011 03:11:41 PM CET</span> --> | ||||
| 	</div> <!-- footer --> | ||||
| </div> <!-- pagebody --> | ||||
| </div> <!-- page --> | ||||
| </body> | ||||
| </html> | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Frankie B
				Frankie B