You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
426 B
PHTML
12 lines
426 B
PHTML
3 years ago
|
<?php
|
||
|
$_SESSION['title'] = $title;
|
||
|
echo '<!DOCTYPE html>';
|
||
|
echo '<html lang="en">';
|
||
|
echo '<head>';
|
||
|
echo '<title>'.$title.'</title>';
|
||
|
echo '<meta name="description" content="concealed.world - '.$title.'" />';
|
||
|
echo '<meta name="keywords" content="'.$tags.'" />';
|
||
|
echo '<meta name="viewport" content="width=device-width, initial-scale=1.0" />';
|
||
|
echo '<link rel="icon" type="image/x-icon" href="'.$root.'favicon.ico" />';
|
||
|
?>
|