explode
This commit is contained in:
parent
48039b1a4f
commit
6ffd5d8c5c
1 changed files with 0 additions and 28 deletions
|
@ -1,28 +0,0 @@
|
|||
<?php //require('../../../../header.php') ?>
|
||||
|
||||
<!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>
|
Loading…
Reference in a new issue