1
Fork 0

added head information

This commit is contained in:
Jake Howard 2015-06-14 18:10:57 +01:00
parent b6ef2ed367
commit 24f620cab7
1 changed files with 3 additions and 2 deletions

View File

@ -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>