25 lines
		
	
	
	
		
			642 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
	
		
			642 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable file
		
	
	
	
	
| 
 | |
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
| 	<!-- Global -->
 | |
| 	<?php require('../inc/header.inc.php'); ?>
 | |
| 
 | |
| 	<!-- Page-specific -->
 | |
| 	<?php require_once('../inc/title.inc.php') ?>
 | |
| 	<link rel="shortcut icon" href="../res/img/icons/ico/calc.ico" type="image/x-icon">
 | |
| 	<meta property="og:title" content="Calculators">
 | |
| 	<meta property="og:description" content="C a l c u l a t o r s">
 | |
| 	<meta property="og:image" content="/res/img/icons/png/calc.png">
 | |
| </head>
 | |
| <body>
 | |
| <div class="page">
 | |
| <?php require('../inc/nav.inc.php') ?>
 | |
| 
 | |
| <div id="pagebody">
 | |
| 	<div id="content">
 | |
| 	</div> <!-- content -->
 | |
| </div> <!-- pagebody -->
 | |
| </div> <!-- page -->
 | |
| </body>
 | |
| </html>
 | 
