aboutsummaryrefslogtreecommitdiff
path: root/includes/header.php
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-04-14 17:43:06 +0200
committerMinteck <contact@minteck.org>2022-04-14 17:43:06 +0200
commit3071764c42c63f47cd76d80b5b90fe280ac9f0ab (patch)
tree2458441ce5218cc88a8be165b364f174a9ba8e3b /includes/header.php
parentf6e5be4e0ef648d3eb1d8a12edcb48dbb8c31037 (diff)
downloadember-3071764c42c63f47cd76d80b5b90fe280ac9f0ab.tar.gz
ember-3071764c42c63f47cd76d80b5b90fe280ac9f0ab.tar.bz2
ember-3071764c42c63f47cd76d80b5b90fe280ac9f0ab.zip
Fetcher
Diffstat (limited to 'includes/header.php')
-rw-r--r--includes/header.php3
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