aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials/header.php
blob: c52ca196babc3a49410c879a69b8e28711c4fc43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html
  itemscope=""
  itemtype="http://schema.org/WebPage"
  lang="en-us"
>

<head>

<title>
  <?php echo $title = $title ?? 'Portfolio - '; ?>Thedro Neely
</title>

<meta charset="utf-8">
<meta name="robots" content="index,follow">
<meta name="author" content="Thedro Neely">
<meta name="description" content="Thedro's Portfolio Website">
<meta name="keywords" content="Thedro,Neely,Portfolio,Website">
<meta name="viewport" content="width=device-width, initial-scale=1">

<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/partials/head.discovery.php'; ?>
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/partials/head.manifests.php'; ?>
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/partials/head.css.php'; ?>
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/partials/head.js.php'; ?>

</head>