diff options
author | Minteck <nekostarfan@gmail.com> | 2021-08-04 16:56:12 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-08-04 16:56:12 +0200 |
commit | 896fa7c96856142f844d958b049d5432f511641c (patch) | |
tree | d8bbbe327939ade9bd13276c6b4c6105adf95323 /_site/authors | |
parent | 7df2fb3f5ee0ac5bd89e127c86ad0c2d6de126d1 (diff) | |
download | unchainedtech-896fa7c96856142f844d958b049d5432f511641c.tar.gz unchainedtech-896fa7c96856142f844d958b049d5432f511641c.tar.bz2 unchainedtech-896fa7c96856142f844d958b049d5432f511641c.zip |
v2.0
Diffstat (limited to '_site/authors')
-rw-r--r-- | _site/authors/antoine62.jpg | bin | 29725 -> 0 bytes | |||
-rw-r--r-- | _site/authors/antoine62.png | bin | 0 -> 3500 bytes | |||
-rw-r--r-- | _site/authors/minteck.jpg | bin | 65748 -> 0 bytes | |||
-rw-r--r-- | _site/authors/minteck.png/index.php | 4 |
4 files changed, 4 insertions, 0 deletions
diff --git a/_site/authors/antoine62.jpg b/_site/authors/antoine62.jpg Binary files differdeleted file mode 100644 index b63b23d..0000000 --- a/_site/authors/antoine62.jpg +++ /dev/null diff --git a/_site/authors/antoine62.png b/_site/authors/antoine62.png Binary files differnew file mode 100644 index 0000000..4cb1ef0 --- /dev/null +++ b/_site/authors/antoine62.png diff --git a/_site/authors/minteck.jpg b/_site/authors/minteck.jpg Binary files differdeleted file mode 100644 index 3c6236c..0000000 --- a/_site/authors/minteck.jpg +++ /dev/null diff --git a/_site/authors/minteck.png/index.php b/_site/authors/minteck.png/index.php new file mode 100644 index 0000000..8c979e1 --- /dev/null +++ b/_site/authors/minteck.png/index.php @@ -0,0 +1,4 @@ +<?php + +header("Content-Type: image/png"); +die(file_get_contents("https://www.gravatar.com/avatar/1478a87e5f3741b04cf8ef616fba41f4.png?d=retro")); |