From 3fc777ad1bf094d3c3f218fe3dee85b3fac39dfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Mon, 11 Apr 2022 12:35:53 +0900 Subject: [PATCH] =?UTF-8?q?=E7=AC=91=E7=AC=91=E7=AC=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + {about => www/about}/index.html | 0 any1.gif => www/any1.gif | Bin favicon.ico => www/favicon.ico | Bin git.png => www/git.png | Bin hacker.png => www/hacker.png | Bin index.html => www/index.html | 0 style.css => www/style.css | 0 {support => www/support}/index.html | 0 {support => www/support}/keroxmr.png | Bin {support => www/support}/monero/index.html | 0 {support => www/support}/monero/xmr-qr.png | Bin valid-css.png => www/valid-css.png | Bin valid-xhtml11.png => www/valid-xhtml11.png | Bin 14 files changed, 1 insertion(+) create mode 100644 .gitignore rename {about => www/about}/index.html (100%) rename any1.gif => www/any1.gif (100%) rename favicon.ico => www/favicon.ico (100%) rename git.png => www/git.png (100%) rename hacker.png => www/hacker.png (100%) rename index.html => www/index.html (100%) rename style.css => www/style.css (100%) rename {support => www/support}/index.html (100%) rename {support => www/support}/keroxmr.png (100%) rename {support => www/support}/monero/index.html (100%) rename {support => www/support}/monero/xmr-qr.png (100%) rename valid-css.png => www/valid-css.png (100%) rename valid-xhtml11.png => www/valid-xhtml11.png (100%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..28b28ee --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +sync.sh diff --git a/about/index.html b/www/about/index.html similarity index 100% rename from about/index.html rename to www/about/index.html diff --git a/any1.gif b/www/any1.gif similarity index 100% rename from any1.gif rename to www/any1.gif diff --git a/favicon.ico b/www/favicon.ico similarity index 100% rename from favicon.ico rename to www/favicon.ico diff --git a/git.png b/www/git.png similarity index 100% rename from git.png rename to www/git.png diff --git a/hacker.png b/www/hacker.png similarity index 100% rename from hacker.png rename to www/hacker.png diff --git a/index.html b/www/index.html similarity index 100% rename from index.html rename to www/index.html diff --git a/style.css b/www/style.css similarity index 100% rename from style.css rename to www/style.css diff --git a/support/index.html b/www/support/index.html similarity index 100% rename from support/index.html rename to www/support/index.html diff --git a/support/keroxmr.png b/www/support/keroxmr.png similarity index 100% rename from support/keroxmr.png rename to www/support/keroxmr.png diff --git a/support/monero/index.html b/www/support/monero/index.html similarity index 100% rename from support/monero/index.html rename to www/support/monero/index.html diff --git a/support/monero/xmr-qr.png b/www/support/monero/xmr-qr.png similarity index 100% rename from support/monero/xmr-qr.png rename to www/support/monero/xmr-qr.png diff --git a/valid-css.png b/www/valid-css.png similarity index 100% rename from valid-css.png rename to www/valid-css.png diff --git a/valid-xhtml11.png b/www/valid-xhtml11.png similarity index 100% rename from valid-xhtml11.png rename to www/valid-xhtml11.png