aboutsummaryrefslogtreecommitdiff
path: root/computers
diff options
context:
space:
mode:
authorFrankie B <floppydisk05@aol.com>2022-09-19 21:21:41 +0000
committerFrankie B <floppydisk05@aol.com>2022-09-19 21:21:41 +0000
commit199be00b8ce144ff1018ed00a4d69543115a93d2 (patch)
treef2afe817ad0bbd5cf0449ba668155b3b45fa4e83 /computers
parent222d3303b4a9e53969ef224c245e028e6a31f989 (diff)
Move global head to file and split between page-specific and global
Diffstat (limited to 'computers')
-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">