Remove comment

This commit is contained in:
Fred Boniface 2022-10-29 21:10:09 +01:00
parent 9722c3eb49
commit 738946133c
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@
<meta name="author" content="Frederick Boniface"> <meta name="author" content="Frederick Boniface">
<link rel="icon" type="image/png" href="/images/favicon.png"> <link rel="icon" type="image/png" href="/images/favicon.png">
<link rel="stylesheet" href="/style/new_style.css"> <link rel="stylesheet" href="/style/new_style.css">
<title><?php echo ucwords($page_title); ?></title> <!-- Apply Title Case To This Output --> <title><?php echo ucwords($page_title); ?></title>
</head> </head>