diff options
Diffstat (limited to 'creations/unchained')
-rw-r--r-- | creations/unchained/description.txt | 1 | ||||
-rw-r--r-- | creations/unchained/icon.txt | 1 | ||||
-rw-r--r-- | creations/unchained/index.php | 4 | ||||
-rw-r--r-- | creations/unchained/title.txt | 1 |
4 files changed, 7 insertions, 0 deletions
diff --git a/creations/unchained/description.txt b/creations/unchained/description.txt new file mode 100644 index 0000000..a388c89 --- /dev/null +++ b/creations/unchained/description.txt @@ -0,0 +1 @@ +A blog around technology and all that stuff
\ No newline at end of file diff --git a/creations/unchained/icon.txt b/creations/unchained/icon.txt new file mode 100644 index 0000000..cfb3bcc --- /dev/null +++ b/creations/unchained/icon.txt @@ -0,0 +1 @@ +https://unchainedtech.minteck.ro.lt/logo.svg
\ No newline at end of file diff --git a/creations/unchained/index.php b/creations/unchained/index.php new file mode 100644 index 0000000..05ae6f0 --- /dev/null +++ b/creations/unchained/index.php @@ -0,0 +1,4 @@ +<?php + +header("Location: https://github.com/Minteck/UnchainedTech-Software"); +die();
\ No newline at end of file diff --git a/creations/unchained/title.txt b/creations/unchained/title.txt new file mode 100644 index 0000000..e31b55d --- /dev/null +++ b/creations/unchained/title.txt @@ -0,0 +1 @@ +UnchainedTech
\ No newline at end of file |