added head information
This commit is contained in:
parent
b6ef2ed367
commit
24f620cab7
1 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,8 @@ if (file_exists($file_name)) {$GLOBALS["file"] = generate_file_object($file_name
|
|||
else {die("File '$file_name' does not exist!");}
|
||||
header("Content Type: text/html");
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html><head><title><?php echo($properties["html title"]);?></title>
|
||||
|
||||
<link rel=stylesheet type=text/css href="style.css"/>
|
||||
<?php yandex_meta($properties["yandex transparency"]) ?>
|
||||
</head>
|
||||
</html>
|
Reference in a new issue