bcom/base.php

11 lines
185 B
PHP

<!DOCTYPE html>
<html>
<head>
<?php include 'includes/data.php'; ?>
</head>
<body>
<?php include 'includes/head.php'; ?>
<?php include 'includes/foot.php'; ?>
</body>
</html>