From 3e977ece6912634ac63cdf15d34f11f222813691 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Fri, 4 Jul 2025 21:02:09 +0500 Subject: initial commit --- .gitignore | 4 ++++ LICENSE | 13 +++++++++++++ README.md | 3 +++ 3 files changed, 20 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bd10fed --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +config.php +*.sql +*.ini +*.txt diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..a99455e --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + +Copyright (C) 2025 moderndevsLULW + +Everyone is permitted to copy and distribute verbatim or modified +copies of this license document, and changing it is allowed as long +as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. diff --git a/README.md b/README.md new file mode 100644 index 0000000..8d9d0cc --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# markovanon + +REST API service that has a single endpoint for your questions. -- cgit v1.2.3