<?php

// gabungkan semua bagian file
require_once 'head.php';
require_once 'header.php';
require_once 'content.php';
require_once 'footer.php';
