Added description meta tag

This commit is contained in:
CommanderRedYT
2020-12-06 03:24:28 +01:00
parent 3cd86973d4
commit d03c94851b
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="<?php echo htmlentities(DESC); ?>">
<link rel="stylesheet" href="./css/darkmode.css" />
<link rel="stylesheet" href="./css/style.css" />
<!-- Bootstrap CSS -->

View File

@@ -2,6 +2,7 @@
define('PAGE_TITLE', 'Home');
define('ACTIVE_MENUITEM', 'home');
define('DESC', 'Welcome to Pfostendynamics! Here you can find all our wonderful projects, from bobbycars to helicopters! "Change you idea of what idiots can do');
require('includes/header.php');
?>