Files
web/index.php
T
2025-03-06 23:08:52 -07:00

7 lines
127 B
PHP
Executable File

<?php
include_once('includes/components/head.php');
include_once('login.php');
include_once('includes/components/foot.php');