Go to file
Selim Eser 3c33261f38 Added README and updated .gitignore again 2025-01-03 20:14:12 +01:00
.gitignore Added README and updated .gitignore again 2025-01-03 20:14:12 +01:00
4GEWINNT.php Initial commit 2025-01-03 19:59:39 +01:00
README.md Added README and updated .gitignore again 2025-01-03 20:14:12 +01:00

README.md

4GEWINNT

Built in PHP.

How to host local live server

Make sure PHP is installed.

Run php -S 0.0.0.0:8000 4GEWINNT.php.

Now open your browser and enter http://localhost:8000/ as URI.

Dev

Selim