diff --git a/.gitignore b/.gitignore index 5b70dba..3a68677 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -include/config.php -img/* +www/include/config.php +www/img/* tbl2 -!img/.suwawa -!img/nowprinting.jpg +!www/img/.suwawa +!www/img/nowprinting.jpg diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..2686bf9 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,3 @@ +Freedom License v1 (2021年08月17日) +全く無限的自由です。 +It's infinite freedom. diff --git a/README.md b/README.md new file mode 100644 index 0000000..8751ad2 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# オタク WORLD + +モネロのみ漫画販売システム diff --git a/logo.jpg b/logo.jpg new file mode 100644 index 0000000..2bdd5f8 Binary files /dev/null and b/logo.jpg differ diff --git a/cart.php b/www/cart.php similarity index 100% rename from cart.php rename to www/cart.php diff --git a/img/.suwawa b/www/img/.suwawa similarity index 100% rename from img/.suwawa rename to www/img/.suwawa diff --git a/img/nowprinting.jpg b/www/img/nowprinting.jpg similarity index 100% rename from img/nowprinting.jpg rename to www/img/nowprinting.jpg diff --git a/include/config.sample.php b/www/include/config.sample.php similarity index 100% rename from include/config.sample.php rename to www/include/config.sample.php diff --git a/include/footer.php b/www/include/footer.php similarity index 100% rename from include/footer.php rename to www/include/footer.php diff --git a/include/god.php b/www/include/god.php similarity index 100% rename from include/god.php rename to www/include/god.php diff --git a/include/header.php b/www/include/header.php similarity index 100% rename from include/header.php rename to www/include/header.php diff --git a/include/helper.php b/www/include/helper.php similarity index 100% rename from include/helper.php rename to www/include/helper.php diff --git a/index.php b/www/index.php similarity index 100% rename from index.php rename to www/index.php diff --git a/item.php b/www/item.php similarity index 100% rename from item.php rename to www/item.php diff --git a/shipping.php b/www/shipping.php similarity index 100% rename from shipping.php rename to www/shipping.php diff --git a/shipping/0.php b/www/shipping/0.php similarity index 100% rename from shipping/0.php rename to www/shipping/0.php diff --git a/shipping/1.php b/www/shipping/1.php similarity index 100% rename from shipping/1.php rename to www/shipping/1.php diff --git a/shipping/2.php b/www/shipping/2.php similarity index 100% rename from shipping/2.php rename to www/shipping/2.php diff --git a/static/git.png b/www/static/git.png similarity index 100% rename from static/git.png rename to www/static/git.png diff --git a/static/item.css b/www/static/item.css similarity index 100% rename from static/item.css rename to www/static/item.css diff --git a/static/monero.png b/www/static/monero.png similarity index 100% rename from static/monero.png rename to www/static/monero.png diff --git a/static/style.css b/www/static/style.css similarity index 100% rename from static/style.css rename to www/static/style.css