blob: 41313501d23d0b47ed59ae6691d03b7144096d26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8" />
<meta name="viewport" content="width=device-width" />
<link rel="shortcut icon" href="./media/logo.png" type="image/x-icon">
<title><?= $title ?></title>
<link rel="stylesheet" href="<?= $css ?>">
</head>
<?=$this->section('page')?>
</html>
|