5 lines
156 B
PHP
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";
|