commit 5a1c146790da8680a0e315ae31a1d2bdca4673a7 Author: Marvin Scham Date: Sun Sep 4 03:34:03 2022 +0200 Initialize diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..e4d65a8 --- /dev/null +++ b/.htaccess @@ -0,0 +1,4 @@ +RewriteEngine On +RewriteBase /color-icon/ + +RewriteRule ^hex/(.+)$ index.php?hexcol=$1 [NC,L] \ No newline at end of file diff --git a/index.php b/index.php new file mode 100644 index 0000000..cfe843b --- /dev/null +++ b/index.php @@ -0,0 +1,12 @@ +