aboutsummaryrefslogtreecommitdiff
path: root/computers/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'computers/index.php')
-rwxr-xr-xcomputers/index.php13
1 files changed, 5 insertions, 8 deletions
diff --git a/computers/index.php b/computers/index.php
index 5176d9f..83b159c 100755
--- a/computers/index.php
+++ b/computers/index.php
@@ -2,22 +2,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
+ <!-- Global -->
+ <?php require('../inc/head.html'); ?>
+
+ <!-- Page-specific -->
<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.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>
<div class="page">
-<?php require('../nav.php') ?>
+<?php require('../inc/nav.php') ?>
<div id="pagebody">
<div id="content">