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

<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/snippets/rss.php'; ?>

<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/snippets/favicons.php'; ?>

<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/snippets/stylesheets.php'; ?>

</head>