commit 234e5a5c02efb6815595e3558b6c54142f580538 Author: Givou Date: Sun Sep 19 23:18:41 2021 +0200 initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/banner.jpg b/banner.jpg new file mode 100644 index 0000000..848f494 Binary files /dev/null and b/banner.jpg differ diff --git a/index.php b/index.php new file mode 100644 index 0000000..38973e3 --- /dev/null +++ b/index.php @@ -0,0 +1,16 @@ +format('H:i'); + + imagettftext($image, 120, 0, 252, 270, $white_color, $ezet, $currenttime); + + imagejpeg($image); + imagedestroy($image); +?> diff --git a/sortelo.ttf b/sortelo.ttf new file mode 100644 index 0000000..1272d3b Binary files /dev/null and b/sortelo.ttf differ