fredboniface.co.uk/page-blocks/head.php
Fred Boniface 5590bf6fe3 remake (#2)
Merge new style.  Error pages need redesigning and content needs additions but overall ready to deploy.

Co-authored-by: fred.boniface <fred@fjla.uk>
Reviewed-on: #2
2022-10-30 20:07:17 +00:00

8 lines
394 B
PHP

<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Frederick Boniface">
<link rel="icon" type="image/png" href="/images/favicon.png">
<link rel="stylesheet" href="/style/new_style.css">
<title><?php echo ucwords($page_title); ?></title>
</head>