aboutsummaryrefslogtreecommitdiff
path: root/includes/core/Metadata.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/core/Metadata.php')
-rw-r--r--includes/core/Metadata.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/includes/core/Metadata.php b/includes/core/Metadata.php
deleted file mode 100644
index ce2dc2d..0000000
--- a/includes/core/Metadata.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-
-namespace WebCore\GUI;
-
-class Metadata {
- public static function title($title = null): string {
- if (isset($title)) {
- return "$title | Minteck's Website";
- } else {
- return "Minteck's Website";
- }
- }
-} \ No newline at end of file