head.php (397B)
1 <?php 2 if(!isset($title)){ 3 $title = 'concealed.world'; 4 } 5 ?> 6 7 <!DOCTYPE html> 8 <html lang='en'> 9 <head> 10 <title><?php echo $title; ?></title> 11 <link rel='stylesheet' href='/css/font.css' /> 12 <link rel='stylesheet' href='/css/main.css' /> 13 <link rel='icon' type='image/x-icon' href='/img/favicon.ico' /> 14 <meta name='viewport' content='width=device-width, initial-scale=1.0' /> 15 </head> 16 <body>