28 lines
811 B
PHP
Executable file
28 lines
811 B
PHP
Executable file
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Calculators</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
<link rel="stylesheet" id="theme" href="../res/css/dark.min.css" type="text/css" />
|
|
<link rel="shortcut icon" href="../res/img/icons/ico/calc.ico" type="image/x-icon">
|
|
|
|
<meta property="og:type" content="website">
|
|
<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">
|
|
|
|
<script lang="javascript" src="../res/js/themeswap.js"></script>
|
|
</head>
|
|
<body>
|
|
<?php require('../header.php') ?>
|
|
|
|
<div id="pagebody">
|
|
<div id="content">
|
|
</div> <!-- content -->
|
|
</div> <!-- pagebody -->
|
|
</div> <!-- page -->
|
|
</body>
|
|
</html>
|