Commit initial

This commit is contained in:
2020-05-15 12:27:34 +02:00
commit 70f72f2e54
87 changed files with 12684 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<!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>