29 lines
608 B
PHP
29 lines
608 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
header('Content-Type: text/plain; charset=UTF-8');
|
|
header('Cache-Control: public, max-age=604800');
|
|
|
|
echo <<<TXT
|
|
/*
|
|
* This humans.txt was generated by the framework.
|
|
* You may edit or remove it without affecting your site.
|
|
*/
|
|
|
|
/* FRAMEWORK */
|
|
Built With: Novaconium PHP
|
|
repo: https://git.4lt.ca/4lt/novaconium
|
|
Human: Nick Yeoman
|
|
url: https://www.nickyeoman.com/
|
|
Occupation: Linux Systems Administrator / Software Framework Author
|
|
Location: Canada
|
|
|
|
/* SITE */
|
|
Built with: Novaconium PHP
|
|
Runs on: CORXN Container
|
|
Optimized for: Humans
|
|
|
|
/* META */
|
|
There are four lights.
|
|
TXT;
|