15 lines
304 B
PHP
Raw Normal View History

2020-05-15 12:27:34 +02:00
<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<base href="<?= $root ?>" >
<link rel="stylesheet" href="Content/myStyle.css" />
<title><?= $title ?></title>
<?= $headScript ?>
</head>
<body>
<div id="content">
<?= $content ?>
</div>
</body>
</html>