aboutsummaryrefslogtreecommitdiff
path: root/me/index.php
blob: 3b634cd5e148776a561eb2edfb2dc9e5f2b8f0ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
	<!-- Global -->
	<?php require('../inc/head.html'); ?>

	<!-- Page-specific -->
	<title>Calculators</title>
	<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.php') ?>

<div id="pagebody">
	<div id="content">
	</div> <!-- content -->
</div> <!-- pagebody -->
</div> <!-- page -->
</body>
</html>