mirror of
https://github.com/Nathanwoodburn/hnschat-web.git
synced 2025-04-07 16:58:16 +10:00
12 lines
156 B
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>
|