fredboniface.co.uk/page-blocks/head.php

8 lines
394 B
PHP
Raw Normal View History

2022-10-29 20:44:47 +01:00
<head>
2022-10-07 21:51:32 +01:00
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
2022-10-07 23:28:07 +01:00
<meta name="author" content="Frederick Boniface">
2022-10-29 20:44:47 +01:00
<link rel="icon" type="image/png" href="/images/favicon.png">
<link rel="stylesheet" href="/style/new_style.css">
2022-10-29 21:10:09 +01:00
<title><?php echo ucwords($page_title); ?></title>
2022-10-29 20:44:47 +01:00
</head>