mirror of https://github.com/byecorps/id.git
13 lines
344 B
PHP
13 lines
344 B
PHP
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport"
|
||
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||
|
|
||
|
<link rel="stylesheet" href="/styles/base.css">
|
||
|
|
||
|
<?php
|
||
|
if (isset($page_title)) {
|
||
|
echo '<title>' . $page_title . '</title>';
|
||
|
}
|
||
|
?>
|