diff --git a/admin.php b/admin.php new file mode 100644 index 0000000..7dec9fc --- /dev/null +++ b/admin.php @@ -0,0 +1,41 @@ + + + + + + Admin Panel + + + +
+
+
+
+
+

Admin Panel

+
+
+
Logo Management
+

Upload a new logo for the site. The current logo will be replaced. The file should be a PNG, JPG, or GIF.

+ +
Logo uploaded successfully!
+ +
Error uploading logo:
+ +
+
+ + +
+ +
+
+ +
+
+
+
+ + diff --git a/index.php b/index.php index e405a0e..aa33734 100644 --- a/index.php +++ b/index.php @@ -77,10 +77,21 @@ $contacts = [ diff --git a/upload.php b/upload.php new file mode 100644 index 0000000..20a30d0 --- /dev/null +++ b/upload.php @@ -0,0 +1,54 @@ + \ No newline at end of file