11 lines
121 B
PHP
11 lines
121 B
PHP
|
<?php
|
||
|
include( "head.php" );
|
||
|
?>
|
||
|
|
||
|
<?php
|
||
|
include( "./mixer/index.html" );
|
||
|
?>
|
||
|
|
||
|
<?php
|
||
|
include( "foot.php" );
|
||
|
?>
|