aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials/header.php
blob: 558ea2a5dac3383baf9371d4a3056bdfd3741bcc (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 class="has-navbar-fixed-top" lang="en-us">
<head>

    <title><?php $navigation->generateTitle(); ?>Portfolio - Thedro Neely</title>

    <meta name="description" content="Thedro's Portfolio Website">
    <meta name="keywords" content="Thedro,Neely,Portfolio,Website">
    <meta name="author" content="Thedro Neely">

    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="robots" content="index,follow">

    <?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>