2020-11-24 13:46:38 +01:00
<! DOCTYPE html >
< html lang = "en" style = "scroll-behavior: smooth" >
2020-12-03 04:34:25 +01:00
< head >
<!-- Required meta tags -->
< meta charset = "utf-8" />
< meta name = "viewport" content = "width=device-width, initial-scale=1, shrink-to-fit=no" />
2020-12-06 03:27:05 +01:00
< 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' >
2020-12-03 04:34:25 +01:00
< link rel = "stylesheet" href = "./css/darkmode.css" />
< link rel = "stylesheet" href = "./css/style.css" />
<!-- Bootstrap CSS -->
< link rel = "stylesheet" href = "https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity = "sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin = "anonymous" />
< title ><? php echo htmlentities ( PAGE_TITLE ); ?> | Pfosten Dynamics</title>
<link rel="icon" href="./img/favicon.png" />
2020-12-06 15:23:27 +01:00
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" />
2020-12-03 04:34:25 +01:00
</head>
2020-11-24 13:46:38 +01:00
2020-12-03 17:17:37 +01:00
<body style="width: 100vw !important; overflow-x: hidden !important;" class="couldDark <?php if ($_COOKIE["darkmode"] == "true") echo "darkMode"; ?>">
2020-12-03 04:34:25 +01:00
<?php require('navbar.php') ?>