Almost a chatpage!

This commit is contained in:
Marijn Jansen
2017-01-10 17:08:40 +01:00
parent ac369b5705
commit cf240ca656
5 changed files with 78 additions and 1 deletions

18
website/chat.php Normal file
View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<?php
include("views/head.php");
?>
<body>
<?php
/*
* This view adds the main layout over the screen.
* Header, menu, footer.
*/
// include("views/main.php");
/* Add your view files here. */
include("views/chat.php");
?>
</body>
</html>