diff options
Diffstat (limited to 'includes/header.php')
-rw-r--r-- | includes/header.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/header.php b/includes/header.php index dcf51ae..a2574b4 100644 --- a/includes/header.php +++ b/includes/header.php @@ -4,7 +4,10 @@ <head data-webx-version="<?= version() ?>" data-webx-build="#<?= build() ?>"> <meta charset="UTF-8"> <title>Minteck</title> + <meta name="description" content="Minteck's Website"> + <meta name="version" content="<?= version() ?> (#<?= build() ?>)"> <link rel="stylesheet" href="/assets/css/bootstrap.min.css"> <script src="/assets/js/bootstrap.bundle.min.js"></script> + <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body>
\ No newline at end of file |