hnschat-web/index.php

12 lines
156 B
PHP

<?php
include "etc/includes.php";
?>
<!DOCTYPE html>
<html>
<head>
<?php include "etc/head.php"; ?>
</head>
<?php
include "etc/page/chat.php";
?>
</html>