14 lines
372 B
PHP
14 lines
372 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title><?php echo($properTitle) ?></title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="<?php if ($CSSdownDirectory) { echo("../"); } ?>css/base.css">
|
|
|
|
<?php
|
|
if ($customCSSurl) {
|
|
echo("<link rel=\"stylesheet\" href=\"" . $customCSSurl . "\">");
|
|
}
|
|
?>
|
|
</head>
|
|
<body>
|