Move global head to file and split between page-specific and global
This commit is contained in:
parent
222d3303b4
commit
199be00b8c
9 changed files with 42 additions and 127 deletions
|
@ -2,21 +2,18 @@
|
|||
<!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.css" type="text/css" />
|
||||
<link rel="shortcut icon" href="../res/img/icons/ico/calc.ico" type="image/x-icon">
|
||||
<!-- Global -->
|
||||
<?php require('../inc/head.html'); ?>
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
<!-- Page-specific -->
|
||||
<title>Calculators</title>
|
||||
<link rel="shortcut icon" href="../res/img/icons/ico/calc.ico" type="image/x-icon">
|
||||
<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('../nav.php') ?>
|
||||
<?php require('../inc/nav.php') ?>
|
||||
|
||||
<div id="pagebody">
|
||||
<div id="content">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue