14 lines
337 B
PHP
14 lines
337 B
PHP
|
<?php include ("./link/session.php") ?>
|
||
|
<!doctype html>
|
||
|
<html lang="uft-8">
|
||
|
<head>
|
||
|
<?php include ("./public/head.inc") ?>
|
||
|
</head>
|
||
|
<body>
|
||
|
<?php include ("./public/menu.inc") ?>
|
||
|
<main class="page-content defLayout text-center">
|
||
|
<?php include( "./mixer/index.html" ) ?>
|
||
|
</main>
|
||
|
<?php include ("./public/foot.inc") ?>
|
||
|
</body>
|
||
|
</html>
|