0
mirror of https://github.com/valentineus/iii-module.git synced 2025-07-01 11:00:27 +03:00

Final touches

This commit is contained in:
Valentin Popov
2016-09-21 18:38:59 +04:00
parent 07c1b99cb5
commit f44d37a204
3 changed files with 20 additions and 18 deletions

View File

@ -19,7 +19,7 @@
<body>
<?php // Connect all of the dependencies
include("../src/bot.php"); // Class for working with AI
include("components/class-application.php"); // Class to work with application logic
include("components/functions.php"); // Class to work with application logic
include("components/navbar.php"); // Connect the navigation bar
include("components/settings.php"); // Connecting a modal window with the settings
?>