diskfloppy.me/me/index.php

26 lines
623 B
PHP
Raw Normal View History

2022-09-04 00:25:49 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global -->
2022-11-15 22:20:35 +00:00
<?php require('../inc/header.inc.php'); ?>
<!-- Page-specific -->
2022-09-04 00:25:49 +00:00
<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">
2022-11-15 22:20:35 +00:00
<?php require('../inc/nav.inc.php') ?>
2022-09-04 00:25:49 +00:00
<div id="pagebody">
<div id="content">
</div> <!-- content -->
</div> <!-- pagebody -->
</div> <!-- page -->
</body>
</html>