Fix missing titles

This commit is contained in:
Fred Boniface 2022-10-07 23:26:11 +01:00
parent 52da7a9866
commit 33cab5dd07
2 changed files with 4 additions and 4 deletions

View File

@ -3,14 +3,14 @@
<html lang="en">
<head>
<?php include "./page-blocks/head.php"; ?>
<title>Page Title</title>
<title>Email Safety</title>
</head>
<body>
<?php include "./page-blocks/menu.php"; ?>
<h1 class="page-title">Page Title</h1>
<h1 class="page-title">Email Safety</h1>
<div class="page-main-content">
<p>
You are probably here beacuse you clicked a link in an email that I sent you. I was going to link to a quick guide to email safety but all I could find were specific guides aimed at children or the elderly. In the end I decided to throw a rough guide together.

View File

@ -3,14 +3,14 @@
<html lang="en">
<head>
<?php include "./page-blocks/head.php"; ?>
<title>Page Title</title>
<title>GPG/PGP</title>
</head>
<body>
<?php include "./page-blocks/menu.php"; ?>
<h1 class="page-title">Page Title</h1>
<h1 class="page-title">GPG/PGP</h1>
<div class="page-main-content">
<p>
PGP stand for 'Pretty Good Privacy', GPG stands for 'GNU Privacy Guard'