mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-21 16:08:21 +00:00
6 lines
32 B
PHP
6 lines
32 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
echo "Hello World!";
|
||
|
|
|
||
|
|
?>
|