diff options
author | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-27 04:47:58 +0200 |
---|---|---|
committer | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-27 04:47:58 +0200 |
commit | b028da9fea70c65ccd52d1d478859739027d756a (patch) | |
tree | f6ad05f4313499ebd84c2afd26320217b18ad04f /creations/electrode | |
parent | af9e5ef458b93ef2003905e1ccc5665e7266c242 (diff) | |
download | main-b028da9fea70c65ccd52d1d478859739027d756a.tar.gz main-b028da9fea70c65ccd52d1d478859739027d756a.tar.bz2 main-b028da9fea70c65ccd52d1d478859739027d756a.zip |
Commmmmmit
Diffstat (limited to 'creations/electrode')
-rw-r--r-- | creations/electrode/description.txt | 1 | ||||
-rw-r--r-- | creations/electrode/icon.txt | 1 | ||||
-rw-r--r-- | creations/electrode/index.php | 4 | ||||
-rw-r--r-- | creations/electrode/title.txt | 1 |
4 files changed, 7 insertions, 0 deletions
diff --git a/creations/electrode/description.txt b/creations/electrode/description.txt new file mode 100644 index 0000000..b2eae45 --- /dev/null +++ b/creations/electrode/description.txt @@ -0,0 +1 @@ +A lightning fast PHP web server made for Neutron
\ No newline at end of file diff --git a/creations/electrode/icon.txt b/creations/electrode/icon.txt new file mode 100644 index 0000000..cfd2a44 --- /dev/null +++ b/creations/electrode/icon.txt @@ -0,0 +1 @@ +https://jetbrains.minteck.ro.lt:1024/hub/hub/api/rest/projects/7de182b9-17f3-4873-96f6-5c2d6c3602ad/icon?etag=MjctNjc%3D&dpr=1&size=32
\ No newline at end of file diff --git a/creations/electrode/index.php b/creations/electrode/index.php new file mode 100644 index 0000000..b647276 --- /dev/null +++ b/creations/electrode/index.php @@ -0,0 +1,4 @@ +<?php + +header("Location: https://github.com/Minteck-Projects/Electrode"); +die();
\ No newline at end of file diff --git a/creations/electrode/title.txt b/creations/electrode/title.txt new file mode 100644 index 0000000..14b66ae --- /dev/null +++ b/creations/electrode/title.txt @@ -0,0 +1 @@ +Electrode
\ No newline at end of file |