diskfloppy.me/pics/index.php

25 lines
564 B
PHP
Raw Normal View History

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