php-llm-agent-www/index.php
Frederico @ VilaRosa02 f86097a00a init
2025-09-17 10:54:43 +00:00

5 lines
156 B
PHP

<?php
// index.php — Simple ChatGPT-like UI in a single PHP file (Bootstrap 5)
require_once __DIR__."/backend.php";
require_once __DIR__."/index.html";