bbj.php/client/header.php

19 lines
405 B
PHP

<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?=$title?></title>
<link rel="stylesheet" href="<?=CSS_LOCATION?>">
<style>
pre {
white-space: pre-wrap;
word-wrap: break-word;
word-break: normal;
}
</style>
</head>
<body>
<div class="container">
<h1><?=$title?></h1>