8 lines
394 B
PHP
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>
|