Changed description

This commit is contained in:
CommanderRedYT
2020-12-06 03:27:05 +01:00
parent d03c94851b
commit 739fc13d72
2 changed files with 1 additions and 2 deletions

View File

@@ -5,7 +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); ?>">
<meta name="description" content='Welcome to Pfostendynamics! Here you can find all our wonderful projects, from bobbycars to helicopters! "Change you idea of what idiots can do'>
<link rel="stylesheet" href="./css/darkmode.css" />
<link rel="stylesheet" href="./css/style.css" />
<!-- Bootstrap CSS -->

View File

@@ -2,7 +2,6 @@
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');
?>