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

<head>

    <title><?php echo $title = $title ?? '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">

    <link rel="me" href="https://twitter.com/thedroneely">

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